Html Css Color HEX #6805BB Purple Heart

📋 copy color: '#6805BB'

red 104 ◦ green 5 ◦ blue 187

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

Shades of Purple Heart #6805BB

Tints of Purple Heart #6805BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

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

R = 35.14%
G = 1.69%
B = 63.18%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6805BB (or 0x6805BB) is known color: Purple Heart. HEX triplet: 68, 05 and BB. RGB value is (104,5,187). Sum of RGB (Red+Green+Blue) = 104+5+187=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #6805BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6805BB is #97FA44. Grayscale: #363636. Windows color (decimal): -9960005 or 12256616. OLE color: 12256616.

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

Color convert

RGB 104 5 187 -
CMYK 0.44 0.97 0 0.27
HSL 272.64º 0.95% 0.38% -
HSV(B) 272.64º 0.97% 0.73% -
XYZ 14.73 6.64 47.52 -
YUV 55.35 202.3 162.7 -
System Red Green Blue C M Y K H S L
Decimal 104 5 187 0.44 0.97 0 0.27 272.64 0.95 0.38
Hex 68 5 BB 2C 61 0 1B 111 5F 26
Octal 150 5 273 54 141 0 33 421 137 46
Binary 1101000 101 10111011 101100 1100001 0 11011 100010001 1011111 100110

Color Harmonies of #6805BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6805BB

Black with #6805BB

Text Example


Text Example

White with #6805BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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