Html Css Color HEX #6808BC Purple Heart

📋 copy color: '#6808BC'

red 104 ◦ green 8 ◦ blue 188

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

Shades of Purple Heart #6808BC

Tints of Purple Heart #6808BC

RGB

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

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

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

R = 34.67%
G = 2.67%
B = 62.67%

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

#6808BC (or 0x6808BC) is known color: Purple Heart. HEX triplet: 68, 08 and BC. RGB value is (104,8,188). Sum of RGB (Red+Green+Blue) = 104+8+188=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #6808BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6808BC is #97F743. Grayscale: #383838. Windows color (decimal): -9959236 or 12322920. OLE color: 12322920.

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

Color convert

RGB 104 8 188 -
CMYK 0.45 0.96 0 0.26
HSL 272º 0.92% 0.38% -
HSV(B) 272º 0.96% 0.74% -
XYZ 14.87 6.75 48.1 -
YUV 57.22 201.8 161.36 -
System Red Green Blue C M Y K H S L
Decimal 104 8 188 0.45 0.96 0 0.26 272 0.92 0.38
Hex 68 8 BC 2D 60 0 1A 110 5C 26
Octal 150 10 274 55 140 0 32 420 134 46
Binary 1101000 1000 10111100 101101 1100000 0 11010 100010000 1011100 100110

Color Harmonies of #6808BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6808BC

Black with #6808BC

Text Example


Text Example

White with #6808BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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