Html Css Color HEX #492BBD Purple Heart

📋 copy color: '#492BBD'

red 73 ◦ green 43 ◦ blue 189

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

Shades of Purple Heart #492BBD

Tints of Purple Heart #492BBD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.1%

 BLUE value IS 189 (74.22% from 255) = 61.97%

R = 23.93%
G = 14.1%
B = 61.97%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#492BBD (or 0x492BBD) is known color: Purple Heart. HEX triplet: 49, 2B and BD. RGB value is (73,43,189). Sum of RGB (Red+Green+Blue) = 73+43+189=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #492BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BBD is #B6D442. Grayscale: #444444. Windows color (decimal): -11981891 or 12397385. OLE color: 12397385.

HSL color Cylindrical-coordinate representation of color #492BBD: hue angle of 252.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492BBD is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 43 189 -
CMYK 0.61 0.77 0 0.26
HSL 252.33º 0.63% 0.45% -
HSV(B) 252.33º 0.77% 0.74% -
XYZ 12.8 6.82 48.79 -
YUV 68.61 195.94 131.13 -
System Red Green Blue C M Y K H S L
Decimal 73 43 189 0.61 0.77 0 0.26 252.33 0.63 0.45
Hex 49 2B BD 3D 4D 0 1A FC 3F 2D
Octal 111 53 275 75 115 0 32 374 77 55
Binary 1001001 101011 10111101 111101 1001101 0 11010 11111100 111111 101101

Color Harmonies of #492BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BBD

Black with #492BBD

Text Example


Text Example

White with #492BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,43,189); }

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

background-color css

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

 a { background-color: rgb(73,43,189); }

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

border-color css

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

 span { border-color: rgb(73,43,189); }

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