Html Css Color HEX #6810AB Purple Heart

📋 copy color: '#6810AB'

red 104 ◦ green 16 ◦ blue 171

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

Shades of Purple Heart #6810AB

Tints of Purple Heart #6810AB

RGB

 RED value IS 104 (41.02% from 255) = 35.74%

 GREEN value IS 16 (6.64% from 255) = 5.5%

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

R = 35.74%
G = 5.5%
B = 58.76%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6810AB (or 0x6810AB) is known color: Purple Heart. HEX triplet: 68, 10 and AB. RGB value is (104,16,171). Sum of RGB (Red+Green+Blue) = 104+16+171=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #6810AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6810AB is #97EF54. Grayscale: #3B3B3B. Windows color (decimal): -9957205 or 11210856. OLE color: 11210856.

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

Color convert

RGB 104 16 171 -
CMYK 0.39 0.91 0 0.33
HSL 274.06º 0.83% 0.37% -
HSV(B) 274.06º 0.91% 0.67% -
XYZ 13.24 6.25 39.04 -
YUV 59.98 190.65 159.4 -
System Red Green Blue C M Y K H S L
Decimal 104 16 171 0.39 0.91 0 0.33 274.06 0.83 0.37
Hex 68 10 AB 27 5B 0 21 112 53 25
Octal 150 20 253 47 133 0 41 422 123 45
Binary 1101000 10000 10101011 100111 1011011 0 100001 100010010 1010011 100101

Color Harmonies of #6810AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6810AB

Black with #6810AB

Text Example


Text Example

White with #6810AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,16,171); }

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

background-color css

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

 a { background-color: rgb(104,16,171); }

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

border-color css

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

 span { border-color: rgb(104,16,171); }

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