Html Css Color HEX #612DB6 Purple Heart

📋 copy color: '#612DB6'

red 97 ◦ green 45 ◦ blue 182

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

Shades of Purple Heart #612DB6

Tints of Purple Heart #612DB6

RGB

 RED value IS 97 (38.28% from 255) = 29.94%

 GREEN value IS 45 (17.97% from 255) = 13.89%

 BLUE value IS 182 (71.48% from 255) = 56.17%

R = 29.94%
G = 13.89%
B = 56.17%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#612DB6 (or 0x612DB6) is known color: Purple Heart. HEX triplet: 61, 2D and B6. RGB value is (97,45,182). Sum of RGB (Red+Green+Blue) = 97+45+182=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #612DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612DB6 is #9ED249. Grayscale: #4B4B4B. Windows color (decimal): -10408522 or 11939169. OLE color: 11939169.

HSL color Cylindrical-coordinate representation of color #612DB6: hue angle of 262.77º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #612DB6 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 45 182 -
CMYK 0.47 0.75 0 0.29
HSL 262.77º 0.6% 0.45% -
HSV(B) 262.77º 0.75% 0.71% -
XYZ 14.31 7.8 45.01 -
YUV 76.17 187.73 142.86 -
System Red Green Blue C M Y K H S L
Decimal 97 45 182 0.47 0.75 0 0.29 262.77 0.6 0.45
Hex 61 2D B6 2F 4B 0 1D 107 3C 2D
Octal 141 55 266 57 113 0 35 407 74 55
Binary 1100001 101101 10110110 101111 1001011 0 11101 100000111 111100 101101

Color Harmonies of #612DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612DB6

Black with #612DB6

Text Example


Text Example

White with #612DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612DB6; }

 p { color: rgb(97,45,182); }

 H1.HeaderClassName
 {
   color: #612DB6;
 }
 .AnyTagClassName
 {
   color: #612DB6;
 }
</style>

background-color css

<style>
 a { background-color: #612DB6; }

 a { background-color: rgb(97,45,182); }

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

border-color css

<style>
 span { border-color: #612DB6; }

 span { border-color: rgb(97,45,182); }

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