Html Css Color HEX #6708BA Purple Heart

📋 copy color: '#6708BA'

red 103 ◦ green 8 ◦ blue 186

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

Shades of Purple Heart #6708BA

Tints of Purple Heart #6708BA

RGB

 RED value IS 103 (40.63% from 255) = 34.68%

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

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

R = 34.68%
G = 2.69%
B = 62.63%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6708BA (or 0x6708BA) is known color: Purple Heart. HEX triplet: 67, 08 and BA. RGB value is (103,8,186). Sum of RGB (Red+Green+Blue) = 103+8+186=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 8 (3.52% from 255 or 2.69% 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 #6708BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6708BA is #98F745. Grayscale: #383838. Windows color (decimal): -10024774 or 12191847. OLE color: 12191847.

HSL color Cylindrical-coordinate representation of color #6708BA: hue angle of 272.02º degrees, saturation: 0.92, 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 #6708BA is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 8 186 -
CMYK 0.45 0.96 0 0.27
HSL 272.02º 0.92% 0.38% -
HSV(B) 272.02º 0.96% 0.73% -
XYZ 14.54 6.6 46.96 -
YUV 56.7 200.97 161.03 -
System Red Green Blue C M Y K H S L
Decimal 103 8 186 0.45 0.96 0 0.27 272.02 0.92 0.38
Hex 67 8 BA 2D 60 0 1B 110 5C 26
Octal 147 10 272 55 140 0 33 420 134 46
Binary 1100111 1000 10111010 101101 1100000 0 11011 100010000 1011100 100110

Color Harmonies of #6708BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6708BA

Black with #6708BA

Text Example


Text Example

White with #6708BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,8,186); }

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

background-color css

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

 a { background-color: rgb(103,8,186); }

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

border-color css

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

 span { border-color: rgb(103,8,186); }

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