Html Css Color HEX #492CBC Purple Heart

📋 copy color: '#492CBC'

red 73 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #492CBC

Tints of Purple Heart #492CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.43%

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

R = 23.93%
G = 14.43%
B = 61.64%

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

#492CBC (or 0x492CBC) is known color: Purple Heart. HEX triplet: 49, 2C and BC. RGB value is (73,44,188). Sum of RGB (Red+Green+Blue) = 73+44+188=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #492CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492CBC is #B6D343. Grayscale: #444444. Windows color (decimal): -11981636 or 12332105. OLE color: 12332105.

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

Color convert

RGB 73 44 188 -
CMYK 0.61 0.77 0 0.26
HSL 252.08º 0.62% 0.45% -
HSV(B) 252.08º 0.77% 0.74% -
XYZ 12.73 6.85 48.23 -
YUV 69.09 195.11 130.79 -
System Red Green Blue C M Y K H S L
Decimal 73 44 188 0.61 0.77 0 0.26 252.08 0.62 0.45
Hex 49 2C BC 3D 4D 0 1A FC 3E 2D
Octal 111 54 274 75 115 0 32 374 76 55
Binary 1001001 101100 10111100 111101 1001101 0 11010 11111100 111110 101101

Color Harmonies of #492CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492CBC

Black with #492CBC

Text Example


Text Example

White with #492CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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