Html Css Color HEX #612BAB Purple Heart

📋 copy color: '#612BAB'

red 97 ◦ green 43 ◦ blue 171

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

Shades of Purple Heart #612BAB

Tints of Purple Heart #612BAB

RGB

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

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

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

R = 31.19%
G = 13.83%
B = 54.98%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#612BAB (or 0x612BAB) is known color: Purple Heart. HEX triplet: 61, 2B and AB. RGB value is (97,43,171). Sum of RGB (Red+Green+Blue) = 97+43+171=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #612BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612BAB is #9ED454. Grayscale: #494949. Windows color (decimal): -10409045 or 11217761. OLE color: 11217761.

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

Color convert

RGB 97 43 171 -
CMYK 0.43 0.75 0 0.33
HSL 265.31º 0.6% 0.42% -
HSV(B) 265.31º 0.75% 0.67% -
XYZ 13.14 7.21 39.23 -
YUV 73.74 182.89 144.59 -
System Red Green Blue C M Y K H S L
Decimal 97 43 171 0.43 0.75 0 0.33 265.31 0.6 0.42
Hex 61 2B AB 2B 4B 0 21 109 3C 2A
Octal 141 53 253 53 113 0 41 411 74 52
Binary 1100001 101011 10101011 101011 1001011 0 100001 100001001 111100 101010

Color Harmonies of #612BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612BAB

Black with #612BAB

Text Example


Text Example

White with #612BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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