Html Css Color HEX #6818AB Purple Heart

📋 copy color: '#6818AB'

red 104 ◦ green 24 ◦ blue 171

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

Shades of Purple Heart #6818AB

Tints of Purple Heart #6818AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.03%

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

R = 34.78%
G = 8.03%
B = 57.19%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6818AB (or 0x6818AB) is known color: Purple Heart. HEX triplet: 68, 18 and AB. RGB value is (104,24,171). Sum of RGB (Red+Green+Blue) = 104+24+171=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #6818AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6818AB is #97E754. Grayscale: #404040. Windows color (decimal): -9955157 or 11212904. OLE color: 11212904.

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

Color convert

RGB 104 24 171 -
CMYK 0.39 0.86 0 0.33
HSL 272.65º 0.75% 0.38% -
HSV(B) 272.65º 0.86% 0.67% -
XYZ 13.39 6.54 39.08 -
YUV 64.68 188 156.05 -
System Red Green Blue C M Y K H S L
Decimal 104 24 171 0.39 0.86 0 0.33 272.65 0.75 0.38
Hex 68 18 AB 27 56 0 21 111 4B 26
Octal 150 30 253 47 126 0 41 421 113 46
Binary 1101000 11000 10101011 100111 1010110 0 100001 100010001 1001011 100110

Color Harmonies of #6818AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6818AB

Black with #6818AB

Text Example


Text Example

White with #6818AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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