Html Css Color HEX #6805BF Purple Heart

📋 copy color: '#6805BF'

red 104 ◦ green 5 ◦ blue 191

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

Shades of Purple Heart #6805BF

Tints of Purple Heart #6805BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.67%

R = 34.67%
G = 1.67%
B = 63.67%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6805BF (or 0x6805BF) is known color: Purple Heart. HEX triplet: 68, 05 and BF. RGB value is (104,5,191). Sum of RGB (Red+Green+Blue) = 104+5+191=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #6805BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6805BF is #97FA40. Grayscale: #373737. Windows color (decimal): -9960001 or 12518760. OLE color: 12518760.

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

Color convert

RGB 104 5 191 -
CMYK 0.46 0.97 0 0.25
HSL 271.94º 0.95% 0.38% -
HSV(B) 271.94º 0.97% 0.75% -
XYZ 15.17 6.81 49.81 -
YUV 55.81 204.3 162.38 -
System Red Green Blue C M Y K H S L
Decimal 104 5 191 0.46 0.97 0 0.25 271.94 0.95 0.38
Hex 68 5 BF 2E 61 0 19 110 5F 26
Octal 150 5 277 56 141 0 31 420 137 46
Binary 1101000 101 10111111 101110 1100001 0 11001 100010000 1011111 100110

Color Harmonies of #6805BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6805BF

Black with #6805BF

Text Example


Text Example

White with #6805BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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