Html Css Color HEX #6806CF Purple Heart

📋 copy color: '#6806CF'

red 104 ◦ green 6 ◦ blue 207

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

Shades of Purple Heart #6806CF

Tints of Purple Heart #6806CF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.89%

 BLUE value IS 207 (81.25% from 255) = 65.3%

R = 32.81%
G = 1.89%
B = 65.3%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6806CF (or 0x6806CF) is known color: Purple Heart. HEX triplet: 68, 06 and CF. RGB value is (104,6,207). Sum of RGB (Red+Green+Blue) = 104+6+207=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #6806CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6806CF is #97F930. Grayscale: #393939. Windows color (decimal): -9959729 or 13567592. OLE color: 13567592.

HSL color Cylindrical-coordinate representation of color #6806CF: hue angle of 269.25º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6806CF is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 6 207 -
CMYK 0.50 0.97 0 0.19
HSL 269.25º 0.94% 0.42% -
HSV(B) 269.25º 0.97% 0.81% -
XYZ 17.04 7.58 59.6 -
YUV 58.22 211.97 160.66 -
System Red Green Blue C M Y K H S L
Decimal 104 6 207 0.50 0.97 0 0.19 269.25 0.94 0.42
Hex 68 6 CF 32 61 0 13 10D 5E 2A
Octal 150 6 317 62 141 0 23 415 136 52
Binary 1101000 110 11001111 110010 1100001 0 10011 100001101 1011110 101010

Color Harmonies of #6806CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6806CF

Black with #6806CF

Text Example


Text Example

White with #6806CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6806CF; }

 p { color: rgb(104,6,207); }

 H1.HeaderClassName
 {
   color: #6806CF;
 }
 .AnyTagClassName
 {
   color: #6806CF;
 }
</style>

background-color css

<style>
 a { background-color: #6806CF; }

 a { background-color: rgb(104,6,207); }

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

border-color css

<style>
 span { border-color: #6806CF; }

 span { border-color: rgb(104,6,207); }

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