Html Css Color HEX #6804AB Purple Heart

📋 copy color: '#6804AB'

red 104 ◦ green 4 ◦ blue 171

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

Shades of Purple Heart #6804AB

Tints of Purple Heart #6804AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 37.28%
G = 1.43%
B = 61.29%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6804AB (or 0x6804AB) is known color: Purple Heart. HEX triplet: 68, 04 and AB. RGB value is (104,4,171). Sum of RGB (Red+Green+Blue) = 104+4+171=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #6804AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6804AB is #97FB54. Grayscale: #343434. Windows color (decimal): -9960277 or 11207784. OLE color: 11207784.

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

Color convert

RGB 104 4 171 -
CMYK 0.39 0.98 0 0.33
HSL 275.93º 0.95% 0.34% -
HSV(B) 275.93º 0.98% 0.67% -
XYZ 13.1 5.97 38.99 -
YUV 52.94 194.63 164.42 -
System Red Green Blue C M Y K H S L
Decimal 104 4 171 0.39 0.98 0 0.33 275.93 0.95 0.34
Hex 68 4 AB 27 62 0 21 114 5F 22
Octal 150 4 253 47 142 0 41 424 137 42
Binary 1101000 100 10101011 100111 1100010 0 100001 100010100 1011111 100010

Color Harmonies of #6804AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6804AB

Black with #6804AB

Text Example


Text Example

White with #6804AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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