Html Css Color HEX #6708CC Purple Heart

📋 copy color: '#6708CC'

red 103 ◦ green 8 ◦ blue 204

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

Shades of Purple Heart #6708CC

Tints of Purple Heart #6708CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.76%

R = 32.7%
G = 2.54%
B = 64.76%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6708CC (or 0x6708CC) is known color: Purple Heart. HEX triplet: 67, 08 and CC. RGB value is (103,8,204). Sum of RGB (Red+Green+Blue) = 103+8+204=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #6708CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6708CC is #98F733. Grayscale: #3A3A3A. Windows color (decimal): -10024756 or 13371495. OLE color: 13371495.

HSL color Cylindrical-coordinate representation of color #6708CC: hue angle of 269.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6708CC is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 8 204 -
CMYK 0.50 0.96 0 0.2
HSL 269.08º 0.92% 0.42% -
HSV(B) 269.08º 0.96% 0.8% -
XYZ 16.58 7.42 57.68 -
YUV 58.75 209.97 159.56 -
System Red Green Blue C M Y K H S L
Decimal 103 8 204 0.50 0.96 0 0.2 269.08 0.92 0.42
Hex 67 8 CC 32 60 0 14 10D 5C 2A
Octal 147 10 314 62 140 0 24 415 134 52
Binary 1100111 1000 11001100 110010 1100000 0 10100 100001101 1011100 101010

Color Harmonies of #6708CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6708CC

Black with #6708CC

Text Example


Text Example

White with #6708CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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