Html Css Color HEX #6113AB Purple Heart

📋 copy color: '#6113AB'

red 97 ◦ green 19 ◦ blue 171

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

Shades of Purple Heart #6113AB

Tints of Purple Heart #6113AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

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

R = 33.8%
G = 6.62%
B = 59.58%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6113AB (or 0x6113AB) is known color: Purple Heart. HEX triplet: 61, 13 and AB. RGB value is (97,19,171). Sum of RGB (Red+Green+Blue) = 97+19+171=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #6113AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6113AB is #9EEC54. Grayscale: #3B3B3B. Windows color (decimal): -10415189 or 11211617. OLE color: 11211617.

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

Color convert

RGB 97 19 171 -
CMYK 0.43 0.89 0 0.33
HSL 270.79º 0.8% 0.37% -
HSV(B) 270.79º 0.89% 0.67% -
XYZ 12.51 5.95 39.02 -
YUV 59.65 190.84 154.64 -
System Red Green Blue C M Y K H S L
Decimal 97 19 171 0.43 0.89 0 0.33 270.79 0.8 0.37
Hex 61 13 AB 2B 59 0 21 10F 50 25
Octal 141 23 253 53 131 0 41 417 120 45
Binary 1100001 10011 10101011 101011 1011001 0 100001 100001111 1010000 100101

Color Harmonies of #6113AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6113AB

Black with #6113AB

Text Example


Text Example

White with #6113AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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