Html Css Color HEX #462FC9 Purple Heart

📋 copy color: '#462FC9'

red 70 ◦ green 47 ◦ blue 201

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

Shades of Purple Heart #462FC9

Tints of Purple Heart #462FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 63.21%

R = 22.01%
G = 14.78%
B = 63.21%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#462FC9 (or 0x462FC9) is known color: Purple Heart. HEX triplet: 46, 2F and C9. RGB value is (70,47,201). Sum of RGB (Red+Green+Blue) = 70+47+201=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 201 (78.91% from 255 or 63.21% from 318); Max value from RGB is 201 - color contains mainly: blue. Hex color #462FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462FC9 is #B9D036. Grayscale: #464646. Windows color (decimal): -12177463 or 13184838. OLE color: 13184838.

HSL color Cylindrical-coordinate representation of color #462FC9: hue angle of 248.96º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462FC9 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 47 201 -
CMYK 0.65 0.77 0 0.21
HSL 248.96º 0.62% 0.49% -
HSV(B) 248.96º 0.77% 0.79% -
XYZ 14.08 7.55 55.97 -
YUV 71.43 201.12 126.98 -
System Red Green Blue C M Y K H S L
Decimal 70 47 201 0.65 0.77 0 0.21 248.96 0.62 0.49
Hex 46 2F C9 41 4D 0 15 F9 3E 31
Octal 106 57 311 101 115 0 25 371 76 61
Binary 1000110 101111 11001001 1000001 1001101 0 10101 11111001 111110 110001

Color Harmonies of #462FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462FC9

Black with #462FC9

Text Example


Text Example

White with #462FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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