Html Css Color HEX #6121AB Purple Heart

📋 copy color: '#6121AB'

red 97 ◦ green 33 ◦ blue 171

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

Shades of Purple Heart #6121AB

Tints of Purple Heart #6121AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.96%

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

R = 32.23%
G = 10.96%
B = 56.81%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6121AB (or 0x6121AB) is known color: Purple Heart. HEX triplet: 61, 21 and AB. RGB value is (97,33,171). Sum of RGB (Red+Green+Blue) = 97+33+171=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #6121AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6121AB is #9EDE54. Grayscale: #434343. Windows color (decimal): -10411605 or 11215201. OLE color: 11215201.

HSL color Cylindrical-coordinate representation of color #6121AB: hue angle of 267.83º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6121AB is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 33 171 -
CMYK 0.43 0.81 0 0.33
HSL 267.83º 0.68% 0.4% -
HSV(B) 267.83º 0.81% 0.67% -
XYZ 12.82 6.57 39.12 -
YUV 67.87 186.2 148.78 -
System Red Green Blue C M Y K H S L
Decimal 97 33 171 0.43 0.81 0 0.33 267.83 0.68 0.4
Hex 61 21 AB 2B 51 0 21 10C 44 28
Octal 141 41 253 53 121 0 41 414 104 50
Binary 1100001 100001 10101011 101011 1010001 0 100001 100001100 1000100 101000

Color Harmonies of #6121AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6121AB

Black with #6121AB

Text Example


Text Example

White with #6121AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6121AB; }

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

 H1.HeaderClassName
 {
   color: #6121AB;
 }
 .AnyTagClassName
 {
   color: #6121AB;
 }
</style>

background-color css

<style>
 a { background-color: #6121AB; }

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

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

border-color css

<style>
 span { border-color: #6121AB; }

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

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