Html Css Color HEX #462CBF Purple Heart

📋 copy color: '#462CBF'

red 70 ◦ green 44 ◦ blue 191

#462CBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #462CBF

Tints of Purple Heart #462CBF

RGB

 RED value IS 70 (27.73% from 255) = 22.95%

 GREEN value IS 44 (17.58% from 255) = 14.43%

 BLUE value IS 191 (75% from 255) = 62.62%

R = 22.95%
G = 14.43%
B = 62.62%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#462CBF (or 0x462CBF) is known color: Purple Heart. HEX triplet: 46, 2C and BF. RGB value is (70,44,191). Sum of RGB (Red+Green+Blue) = 70+44+191=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #462CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462CBF is #B9D340. Grayscale: #434343. Windows color (decimal): -12178241 or 12528710. OLE color: 12528710.

HSL color Cylindrical-coordinate representation of color #462CBF: hue angle of 250.61º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462CBF is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 44 191 -
CMYK 0.63 0.77 0 0.25
HSL 250.61º 0.63% 0.46% -
HSV(B) 250.61º 0.77% 0.75% -
XYZ 12.83 6.87 49.94 -
YUV 68.53 197.11 129.05 -
System Red Green Blue C M Y K H S L
Decimal 70 44 191 0.63 0.77 0 0.25 250.61 0.63 0.46
Hex 46 2C BF 3F 4D 0 19 FB 3F 2E
Octal 106 54 277 77 115 0 31 373 77 56
Binary 1000110 101100 10111111 111111 1001101 0 11001 11111011 111111 101110

Color Harmonies of #462CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462CBF

Black with #462CBF

Text Example


Text Example

White with #462CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462CBF; }

 p { color: rgb(70,44,191); }

 H1.HeaderClassName
 {
   color: #462CBF;
 }
 .AnyTagClassName
 {
   color: #462CBF;
 }
</style>

background-color css

<style>
 a { background-color: #462CBF; }

 a { background-color: rgb(70,44,191); }

 div.DivClassName
 {
   background-color: #462CBF;
 }
 .BgClassName
 {
   background-color: #462CBF;
 }
</style>

border-color css

<style>
 span { border-color: #462CBF; }

 span { border-color: rgb(70,44,191); }

 td.TdClassName
 {
   border-color: #462CBF;
 }
 .TagClassName
 {
   border-color: #462CBF;
 }
</style>