Html Css Color HEX #462FCF Purple Heart

📋 copy color: '#462FCF'

red 70 ◦ green 47 ◦ blue 207

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

Shades of Purple Heart #462FCF

Tints of Purple Heart #462FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.89%

R = 21.6%
G = 14.51%
B = 63.89%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#462FCF (or 0x462FCF) is known color: Purple Heart. HEX triplet: 46, 2F and CF. RGB value is (70,47,207). Sum of RGB (Red+Green+Blue) = 70+47+207=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #462FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462FCF is #B9D030. Grayscale: #474747. Windows color (decimal): -12177457 or 13578054. OLE color: 13578054.

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

Color convert

RGB 70 47 207 -
CMYK 0.66 0.77 0 0.19
HSL 248.63º 0.63% 0.5% -
HSV(B) 248.63º 0.77% 0.81% -
XYZ 14.8 7.84 59.76 -
YUV 72.12 204.12 126.49 -
System Red Green Blue C M Y K H S L
Decimal 70 47 207 0.66 0.77 0 0.19 248.63 0.63 0.5
Hex 46 2F CF 42 4D 0 13 F9 3F 32
Octal 106 57 317 102 115 0 23 371 77 62
Binary 1000110 101111 11001111 1000010 1001101 0 10011 11111001 111111 110010

Color Harmonies of #462FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462FCF

Black with #462FCF

Text Example


Text Example

White with #462FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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