Html Css Color HEX #612DAB Purple Heart

📋 copy color: '#612DAB'

red 97 ◦ green 45 ◦ blue 171

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

Shades of Purple Heart #612DAB

Tints of Purple Heart #612DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.63%

R = 30.99%
G = 14.38%
B = 54.63%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#612DAB (or 0x612DAB) is known color: Purple Heart. HEX triplet: 61, 2D and AB. RGB value is (97,45,171). Sum of RGB (Red+Green+Blue) = 97+45+171=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #612DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612DAB is #9ED254. Grayscale: #4A4A4A. Windows color (decimal): -10408533 or 11218273. OLE color: 11218273.

HSL color Cylindrical-coordinate representation of color #612DAB: hue angle of 264.76º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612DAB is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 45 171 -
CMYK 0.43 0.74 0 0.33
HSL 264.76º 0.58% 0.42% -
HSV(B) 264.76º 0.74% 0.67% -
XYZ 13.22 7.36 39.25 -
YUV 74.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 97 45 171 0.43 0.74 0 0.33 264.76 0.58 0.42
Hex 61 2D AB 2B 4A 0 21 109 3A 2A
Octal 141 55 253 53 112 0 41 411 72 52
Binary 1100001 101101 10101011 101011 1001010 0 100001 100001001 111010 101010

Color Harmonies of #612DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612DAB

Black with #612DAB

Text Example


Text Example

White with #612DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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