Html Css Color HEX #6805BD Purple Heart

📋 copy color: '#6805BD'

red 104 ◦ green 5 ◦ blue 189

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

Shades of Purple Heart #6805BD

Tints of Purple Heart #6805BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.42%

R = 34.9%
G = 1.68%
B = 63.42%

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

#6805BD (or 0x6805BD) is known color: Purple Heart. HEX triplet: 68, 05 and BD. RGB value is (104,5,189). Sum of RGB (Red+Green+Blue) = 104+5+189=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #6805BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6805BD is #97FA42. Grayscale: #363636. Windows color (decimal): -9960003 or 12387688. OLE color: 12387688.

HSL color Cylindrical-coordinate representation of color #6805BD: hue angle of 272.28º 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 #6805BD is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 5 189 -
CMYK 0.45 0.97 0 0.26
HSL 272.28º 0.95% 0.38% -
HSV(B) 272.28º 0.97% 0.74% -
XYZ 14.95 6.73 48.65 -
YUV 55.58 203.3 162.54 -
System Red Green Blue C M Y K H S L
Decimal 104 5 189 0.45 0.97 0 0.26 272.28 0.95 0.38
Hex 68 5 BD 2D 61 0 1A 110 5F 26
Octal 150 5 275 55 141 0 32 420 137 46
Binary 1101000 101 10111101 101101 1100001 0 11010 100010000 1011111 100110

Color Harmonies of #6805BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6805BD

Black with #6805BD

Text Example


Text Example

White with #6805BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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