Html Css Color HEX #492BBC Purple Heart

📋 copy color: '#492BBC'

red 73 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #492BBC

Tints of Purple Heart #492BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.84%

R = 24.01%
G = 14.14%
B = 61.84%

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

#492BBC (or 0x492BBC) is known color: Purple Heart. HEX triplet: 49, 2B and BC. RGB value is (73,43,188). Sum of RGB (Red+Green+Blue) = 73+43+188=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #492BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BBC is #B6D443. Grayscale: #434343. Windows color (decimal): -11981892 or 12331849. OLE color: 12331849.

HSL color Cylindrical-coordinate representation of color #492BBC: hue angle of 252.41º 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 #492BBC is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 43 188 -
CMYK 0.61 0.77 0 0.26
HSL 252.41º 0.63% 0.45% -
HSV(B) 252.41º 0.77% 0.74% -
XYZ 12.69 6.78 48.22 -
YUV 68.5 195.44 131.21 -
System Red Green Blue C M Y K H S L
Decimal 73 43 188 0.61 0.77 0 0.26 252.41 0.63 0.45
Hex 49 2B BC 3D 4D 0 1A FC 3F 2D
Octal 111 53 274 75 115 0 32 374 77 55
Binary 1001001 101011 10111100 111101 1001101 0 11010 11111100 111111 101101

Color Harmonies of #492BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BBC

Black with #492BBC

Text Example


Text Example

White with #492BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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