Html Css Color HEX #492BCF Purple Heart

📋 copy color: '#492BCF'

red 73 ◦ green 43 ◦ blue 207

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

Shades of Purple Heart #492BCF

Tints of Purple Heart #492BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.09%

R = 22.6%
G = 13.31%
B = 64.09%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#492BCF (or 0x492BCF) is known color: Purple Heart. HEX triplet: 49, 2B and CF. RGB value is (73,43,207). Sum of RGB (Red+Green+Blue) = 73+43+207=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #492BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BCF is #B6D430. Grayscale: #464646. Windows color (decimal): -11981873 or 13577033. OLE color: 13577033.

HSL color Cylindrical-coordinate representation of color #492BCF: hue angle of 250.98º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492BCF is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 43 207 -
CMYK 0.65 0.79 0 0.19
HSL 250.98º 0.66% 0.49% -
HSV(B) 250.98º 0.79% 0.81% -
XYZ 14.87 7.65 59.72 -
YUV 70.67 204.94 129.66 -
System Red Green Blue C M Y K H S L
Decimal 73 43 207 0.65 0.79 0 0.19 250.98 0.66 0.49
Hex 49 2B CF 41 4F 0 13 FB 42 31
Octal 111 53 317 101 117 0 23 373 102 61
Binary 1001001 101011 11001111 1000001 1001111 0 10011 11111011 1000010 110001

Color Harmonies of #492BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BCF

Black with #492BCF

Text Example


Text Example

White with #492BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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