Html Css Color HEX #462CCB Purple Heart

📋 copy color: '#462CCB'

red 70 ◦ green 44 ◦ blue 203

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

Shades of Purple Heart #462CCB

Tints of Purple Heart #462CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.04%

R = 22.08%
G = 13.88%
B = 64.04%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#462CCB (or 0x462CCB) is known color: Purple Heart. HEX triplet: 46, 2C and CB. RGB value is (70,44,203). Sum of RGB (Red+Green+Blue) = 70+44+203=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #462CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462CCB is #B9D334. Grayscale: #454545. Windows color (decimal): -12178229 or 13315142. OLE color: 13315142.

HSL color Cylindrical-coordinate representation of color #462CCB: hue angle of 249.81º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #462CCB is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 44 203 -
CMYK 0.66 0.78 0 0.20
HSL 249.81º 0.64% 0.48% -
HSV(B) 249.81º 0.78% 0.8% -
XYZ 14.21 7.42 57.18 -
YUV 69.9 203.11 128.07 -
System Red Green Blue C M Y K H S L
Decimal 70 44 203 0.66 0.78 0 0.20 249.81 0.64 0.48
Hex 46 2C CB 42 4E 0 14 FA 40 30
Octal 106 54 313 102 116 0 24 372 100 60
Binary 1000110 101100 11001011 1000010 1001110 0 10100 11111010 1000000 110000

Color Harmonies of #462CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462CCB

Black with #462CCB

Text Example


Text Example

White with #462CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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