Html Css Color HEX #6808BD Purple Heart

📋 copy color: '#6808BD'

red 104 ◦ green 8 ◦ blue 189

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

Shades of Purple Heart #6808BD

Tints of Purple Heart #6808BD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.66%

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

R = 34.55%
G = 2.66%
B = 62.79%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6808BD (or 0x6808BD) is known color: Purple Heart. HEX triplet: 68, 08 and BD. RGB value is (104,8,189). Sum of RGB (Red+Green+Blue) = 104+8+189=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #6808BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6808BD is #97F742. Grayscale: #383838. Windows color (decimal): -9959235 or 12388456. OLE color: 12388456.

HSL color Cylindrical-coordinate representation of color #6808BD: hue angle of 271.82º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6808BD is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 8 189 -
CMYK 0.45 0.96 0 0.26
HSL 271.82º 0.92% 0.39% -
HSV(B) 271.82º 0.96% 0.74% -
XYZ 14.98 6.79 48.67 -
YUV 57.34 202.3 161.28 -
System Red Green Blue C M Y K H S L
Decimal 104 8 189 0.45 0.96 0 0.26 271.82 0.92 0.39
Hex 68 8 BD 2D 60 0 1A 110 5C 27
Octal 150 10 275 55 140 0 32 420 134 47
Binary 1101000 1000 10111101 101101 1100000 0 11010 100010000 1011100 100111

Color Harmonies of #6808BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6808BD

Black with #6808BD

Text Example


Text Example

White with #6808BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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