Html Css Color HEX #6816B4 Purple Heart

📋 copy color: '#6816B4'

red 104 ◦ green 22 ◦ blue 180

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

Shades of Purple Heart #6816B4

Tints of Purple Heart #6816B4

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.19%

 BLUE value IS 180 (70.7% from 255) = 58.82%

R = 33.99%
G = 7.19%
B = 58.82%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6816B4 (or 0x6816B4) is known color: Purple Heart. HEX triplet: 68, 16 and B4. RGB value is (104,22,180). Sum of RGB (Red+Green+Blue) = 104+22+180=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 180 (70.70% from 255 or 58.82% from 306); Max value from RGB is 180 - color contains mainly: blue. Hex color #6816B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6816B4 is #97E94B. Grayscale: #3F3F3F. Windows color (decimal): -9955660 or 11802216. OLE color: 11802216.

HSL color Cylindrical-coordinate representation of color #6816B4: hue angle of 271.14º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6816B4 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 22 180 -
CMYK 0.42 0.88 0 0.29
HSL 271.14º 0.78% 0.4% -
HSV(B) 271.14º 0.88% 0.71% -
XYZ 14.23 6.81 43.74 -
YUV 64.53 193.17 156.15 -
System Red Green Blue C M Y K H S L
Decimal 104 22 180 0.42 0.88 0 0.29 271.14 0.78 0.4
Hex 68 16 B4 2A 58 0 1D 10F 4E 28
Octal 150 26 264 52 130 0 35 417 116 50
Binary 1101000 10110 10110100 101010 1011000 0 11101 100001111 1001110 101000

Color Harmonies of #6816B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6816B4

Black with #6816B4

Text Example


Text Example

White with #6816B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6816B4; }

 p { color: rgb(104,22,180); }

 H1.HeaderClassName
 {
   color: #6816B4;
 }
 .AnyTagClassName
 {
   color: #6816B4;
 }
</style>

background-color css

<style>
 a { background-color: #6816B4; }

 a { background-color: rgb(104,22,180); }

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

border-color css

<style>
 span { border-color: #6816B4; }

 span { border-color: rgb(104,22,180); }

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