Html Css Color HEX #612CAB Purple Heart

📋 copy color: '#612CAB'

red 97 ◦ green 44 ◦ blue 171

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

Shades of Purple Heart #612CAB

Tints of Purple Heart #612CAB

RGB

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

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

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

R = 31.09%
G = 14.1%
B = 54.81%

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

#612CAB (or 0x612CAB) is known color: Purple Heart. HEX triplet: 61, 2C and AB. RGB value is (97,44,171). Sum of RGB (Red+Green+Blue) = 97+44+171=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #612CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612CAB is #9ED354. Grayscale: #494949. Windows color (decimal): -10408789 or 11218017. OLE color: 11218017.

HSL color Cylindrical-coordinate representation of color #612CAB: hue angle of 265.04º degrees, saturation: 0.59, 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 #612CAB is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 44 171 -
CMYK 0.43 0.74 0 0.33
HSL 265.04º 0.59% 0.42% -
HSV(B) 265.04º 0.74% 0.67% -
XYZ 13.18 7.28 39.24 -
YUV 74.33 182.56 144.17 -
System Red Green Blue C M Y K H S L
Decimal 97 44 171 0.43 0.74 0 0.33 265.04 0.59 0.42
Hex 61 2C AB 2B 4A 0 21 109 3B 2A
Octal 141 54 253 53 112 0 41 411 73 52
Binary 1100001 101100 10101011 101011 1001010 0 100001 100001001 111011 101010

Color Harmonies of #612CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CAB

Black with #612CAB

Text Example


Text Example

White with #612CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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