Html Css Color HEX #6805BC Purple Heart

📋 copy color: '#6805BC'

red 104 ◦ green 5 ◦ blue 188

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

Shades of Purple Heart #6805BC

Tints of Purple Heart #6805BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.3%

R = 35.02%
G = 1.68%
B = 63.3%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6805BC (or 0x6805BC) is known color: Purple Heart. HEX triplet: 68, 05 and BC. RGB value is (104,5,188). Sum of RGB (Red+Green+Blue) = 104+5+188=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #6805BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6805BC is #97FA43. Grayscale: #363636. Windows color (decimal): -9960004 or 12322152. OLE color: 12322152.

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

Color convert

RGB 104 5 188 -
CMYK 0.45 0.97 0 0.26
HSL 272.46º 0.95% 0.38% -
HSV(B) 272.46º 0.97% 0.74% -
XYZ 14.84 6.68 48.08 -
YUV 55.46 202.8 162.62 -
System Red Green Blue C M Y K H S L
Decimal 104 5 188 0.45 0.97 0 0.26 272.46 0.95 0.38
Hex 68 5 BC 2D 61 0 1A 110 5F 26
Octal 150 5 274 55 141 0 32 420 137 46
Binary 1101000 101 10111100 101101 1100001 0 11010 100010000 1011111 100110

Color Harmonies of #6805BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6805BC

Black with #6805BC

Text Example


Text Example

White with #6805BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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