Html Css Color HEX #462FC0 Purple Heart

📋 copy color: '#462FC0'

red 70 ◦ green 47 ◦ blue 192

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

Shades of Purple Heart #462FC0

Tints of Purple Heart #462FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 62.14%

R = 22.65%
G = 15.21%
B = 62.14%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#462FC0 (or 0x462FC0) is known color: Purple Heart. HEX triplet: 46, 2F and C0. RGB value is (70,47,192). Sum of RGB (Red+Green+Blue) = 70+47+192=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 192 (75.39% from 255 or 62.14% from 309); Max value from RGB is 192 - color contains mainly: blue. Hex color #462FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462FC0 is #B9D03F. Grayscale: #454545. Windows color (decimal): -12177472 or 12595014. OLE color: 12595014.

HSL color Cylindrical-coordinate representation of color #462FC0: hue angle of 249.52º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462FC0 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 47 192 -
CMYK 0.64 0.76 0 0.25
HSL 249.52º 0.61% 0.47% -
HSV(B) 249.52º 0.76% 0.75% -
XYZ 13.06 7.14 50.56 -
YUV 70.41 196.62 127.71 -
System Red Green Blue C M Y K H S L
Decimal 70 47 192 0.64 0.76 0 0.25 249.52 0.61 0.47
Hex 46 2F C0 40 4C 0 19 FA 3D 2F
Octal 106 57 300 100 114 0 31 372 75 57
Binary 1000110 101111 11000000 1000000 1001100 0 11001 11111010 111101 101111

Color Harmonies of #462FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462FC0

Black with #462FC0

Text Example


Text Example

White with #462FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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