Html Css Color HEX #6804BB Purple Heart

📋 copy color: '#6804BB'

red 104 ◦ green 4 ◦ blue 187

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

Shades of Purple Heart #6804BB

Tints of Purple Heart #6804BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.39%

R = 35.25%
G = 1.36%
B = 63.39%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6804BB (or 0x6804BB) is known color: Purple Heart. HEX triplet: 68, 04 and BB. RGB value is (104,4,187). Sum of RGB (Red+Green+Blue) = 104+4+187=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #6804BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6804BB is #97FB44. Grayscale: #363636. Windows color (decimal): -9960261 or 12256360. OLE color: 12256360.

HSL color Cylindrical-coordinate representation of color #6804BB: hue angle of 272.79º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6804BB is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 4 187 -
CMYK 0.44 0.98 0 0.27
HSL 272.79º 0.96% 0.37% -
HSV(B) 272.79º 0.98% 0.73% -
XYZ 14.72 6.62 47.52 -
YUV 54.76 202.63 163.12 -
System Red Green Blue C M Y K H S L
Decimal 104 4 187 0.44 0.98 0 0.27 272.79 0.96 0.37
Hex 68 4 BB 2C 62 0 1B 111 60 25
Octal 150 4 273 54 142 0 33 421 140 45
Binary 1101000 100 10111011 101100 1100010 0 11011 100010001 1100000 100101

Color Harmonies of #6804BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6804BB

Black with #6804BB

Text Example


Text Example

White with #6804BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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