Html Css Color HEX #6708CF Purple Heart

📋 copy color: '#6708CF'

red 103 ◦ green 8 ◦ blue 207

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

Shades of Purple Heart #6708CF

Tints of Purple Heart #6708CF

RGB

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

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

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

R = 32.39%
G = 2.52%
B = 65.09%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6708CF (or 0x6708CF) is known color: Purple Heart. HEX triplet: 67, 08 and CF. RGB value is (103,8,207). Sum of RGB (Red+Green+Blue) = 103+8+207=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #6708CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6708CF is #98F730. Grayscale: #3A3A3A. Windows color (decimal): -10024753 or 13568103. OLE color: 13568103.

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

Color convert

RGB 103 8 207 -
CMYK 0.50 0.96 0 0.19
HSL 268.64º 0.93% 0.42% -
HSV(B) 268.64º 0.96% 0.81% -
XYZ 16.94 7.56 59.6 -
YUV 59.09 211.47 159.32 -
System Red Green Blue C M Y K H S L
Decimal 103 8 207 0.50 0.96 0 0.19 268.64 0.93 0.42
Hex 67 8 CF 32 60 0 13 10D 5D 2A
Octal 147 10 317 62 140 0 23 415 135 52
Binary 1100111 1000 11001111 110010 1100000 0 10011 100001101 1011101 101010

Color Harmonies of #6708CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6708CF

Black with #6708CF

Text Example


Text Example

White with #6708CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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