Html Css Color HEX #6710CF Purple Heart

📋 copy color: '#6710CF'

red 103 ◦ green 16 ◦ blue 207

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

Shades of Purple Heart #6710CF

Tints of Purple Heart #6710CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.91%

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

R = 31.6%
G = 4.91%
B = 63.5%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6710CF (or 0x6710CF) is known color: Purple Heart. HEX triplet: 67, 10 and CF. RGB value is (103,16,207). Sum of RGB (Red+Green+Blue) = 103+16+207=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #6710CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6710CF is #98EF30. Grayscale: #3F3F3F. Windows color (decimal): -10022705 or 13570151. OLE color: 13570151.

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

Color convert

RGB 103 16 207 -
CMYK 0.50 0.92 0 0.19
HSL 267.33º 0.86% 0.44% -
HSV(B) 267.33º 0.92% 0.81% -
XYZ 17.04 7.76 59.63 -
YUV 63.79 208.82 155.97 -
System Red Green Blue C M Y K H S L
Decimal 103 16 207 0.50 0.92 0 0.19 267.33 0.86 0.44
Hex 67 10 CF 32 5C 0 13 10B 56 2C
Octal 147 20 317 62 134 0 23 413 126 54
Binary 1100111 10000 11001111 110010 1011100 0 10011 100001011 1010110 101100

Color Harmonies of #6710CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6710CF

Black with #6710CF

Text Example


Text Example

White with #6710CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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