Html Css Color HEX #492AC8 Purple Heart

📋 copy color: '#492AC8'

red 73 ◦ green 42 ◦ blue 200

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

Shades of Purple Heart #492AC8

Tints of Purple Heart #492AC8

RGB

 RED value IS 73 (28.91% from 255) = 23.17%

 GREEN value IS 42 (16.8% from 255) = 13.33%

 BLUE value IS 200 (78.52% from 255) = 63.49%

R = 23.17%
G = 13.33%
B = 63.49%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#492AC8 (or 0x492AC8) is known color: Purple Heart. HEX triplet: 49, 2A and C8. RGB value is (73,42,200). Sum of RGB (Red+Green+Blue) = 73+42+200=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 200 (78.52% from 255 or 63.49% from 315); Max value from RGB is 200 - color contains mainly: blue. Hex color #492AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492AC8 is #B6D537. Grayscale: #444444. Windows color (decimal): -11982136 or 13118025. OLE color: 13118025.

HSL color Cylindrical-coordinate representation of color #492AC8: hue angle of 251.77º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492AC8 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 42 200 -
CMYK 0.64 0.79 0 0.22
HSL 251.77º 0.65% 0.47% -
HSV(B) 251.77º 0.79% 0.78% -
XYZ 14 7.24 55.3 -
YUV 69.28 201.77 130.65 -
System Red Green Blue C M Y K H S L
Decimal 73 42 200 0.64 0.79 0 0.22 251.77 0.65 0.47
Hex 49 2A C8 40 4F 0 16 FC 41 2F
Octal 111 52 310 100 117 0 26 374 101 57
Binary 1001001 101010 11001000 1000000 1001111 0 10110 11111100 1000001 101111

Color Harmonies of #492AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492AC8

Black with #492AC8

Text Example


Text Example

White with #492AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492AC8; }

 p { color: rgb(73,42,200); }

 H1.HeaderClassName
 {
   color: #492AC8;
 }
 .AnyTagClassName
 {
   color: #492AC8;
 }
</style>

background-color css

<style>
 a { background-color: #492AC8; }

 a { background-color: rgb(73,42,200); }

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

border-color css

<style>
 span { border-color: #492AC8; }

 span { border-color: rgb(73,42,200); }

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