Html Css Color HEX #462FCD Purple Heart

📋 copy color: '#462FCD'

red 70 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #462FCD

Tints of Purple Heart #462FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.6%

 BLUE value IS 205 (80.47% from 255) = 63.66%

R = 21.74%
G = 14.6%
B = 63.66%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#462FCD (or 0x462FCD) is known color: Purple Heart. HEX triplet: 46, 2F and CD. RGB value is (70,47,205). Sum of RGB (Red+Green+Blue) = 70+47+205=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #462FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462FCD is #B9D032. Grayscale: #474747. Windows color (decimal): -12177459 or 13446982. OLE color: 13446982.

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

Color convert

RGB 70 47 205 -
CMYK 0.66 0.77 0 0.20
HSL 248.73º 0.63% 0.49% -
HSV(B) 248.73º 0.77% 0.8% -
XYZ 14.56 7.74 58.48 -
YUV 71.89 203.12 126.65 -
System Red Green Blue C M Y K H S L
Decimal 70 47 205 0.66 0.77 0 0.20 248.73 0.63 0.49
Hex 46 2F CD 42 4D 0 14 F9 3F 31
Octal 106 57 315 102 115 0 24 371 77 61
Binary 1000110 101111 11001101 1000010 1001101 0 10100 11111001 111111 110001

Color Harmonies of #462FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462FCD

Black with #462FCD

Text Example


Text Example

White with #462FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,47,205); }

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

background-color css

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

 a { background-color: rgb(70,47,205); }

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

border-color css

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

 span { border-color: rgb(70,47,205); }

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