Html Css Color HEX #6807BA Purple Heart

📋 copy color: '#6807BA'

red 104 ◦ green 7 ◦ blue 186

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

Shades of Purple Heart #6807BA

Tints of Purple Heart #6807BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

 BLUE value IS 186 (73.05% from 255) = 62.63%

R = 35.02%
G = 2.36%
B = 62.63%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6807BA (or 0x6807BA) is known color: Purple Heart. HEX triplet: 68, 07 and BA. RGB value is (104,7,186). Sum of RGB (Red+Green+Blue) = 104+7+186=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #6807BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6807BA is #97F845. Grayscale: #373737. Windows color (decimal): -9959494 or 12191592. OLE color: 12191592.

HSL color Cylindrical-coordinate representation of color #6807BA: hue angle of 272.51º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6807BA is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 7 186 -
CMYK 0.44 0.96 0 0.27
HSL 272.51º 0.93% 0.38% -
HSV(B) 272.51º 0.96% 0.73% -
XYZ 14.65 6.64 46.96 -
YUV 56.41 201.14 161.95 -
System Red Green Blue C M Y K H S L
Decimal 104 7 186 0.44 0.96 0 0.27 272.51 0.93 0.38
Hex 68 7 BA 2C 60 0 1B 111 5D 26
Octal 150 7 272 54 140 0 33 421 135 46
Binary 1101000 111 10111010 101100 1100000 0 11011 100010001 1011101 100110

Color Harmonies of #6807BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6807BA

Black with #6807BA

Text Example


Text Example

White with #6807BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6807BA; }

 p { color: rgb(104,7,186); }

 H1.HeaderClassName
 {
   color: #6807BA;
 }
 .AnyTagClassName
 {
   color: #6807BA;
 }
</style>

background-color css

<style>
 a { background-color: #6807BA; }

 a { background-color: rgb(104,7,186); }

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

border-color css

<style>
 span { border-color: #6807BA; }

 span { border-color: rgb(104,7,186); }

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