Html Css Color HEX #6716DC Purple Heart

📋 copy color: '#6716DC'

red 103 ◦ green 22 ◦ blue 220

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

Shades of Purple Heart #6716DC

Tints of Purple Heart #6716DC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.38%

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 29.86%
G = 6.38%
B = 63.77%

CMYK

 C value IS 0.53

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6716DC (or 0x6716DC) is known color: Purple Heart. HEX triplet: 67, 16 and DC. RGB value is (103,22,220). Sum of RGB (Red+Green+Blue) = 103+22+220=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #6716DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6716DC is #98E923. Grayscale: #444444. Windows color (decimal): -10021156 or 14423655. OLE color: 14423655.

HSL color Cylindrical-coordinate representation of color #6716DC: hue angle of 264.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6716DC is Cyan = 0.53, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 22 220 -
CMYK 0.53 0.9 0 0.14
HSL 264.55º 0.82% 0.47% -
HSV(B) 264.55º 0.9% 0.86% -
XYZ 18.8 8.62 68.38 -
YUV 68.79 213.34 152.4 -
System Red Green Blue C M Y K H S L
Decimal 103 22 220 0.53 0.9 0 0.14 264.55 0.82 0.47
Hex 67 16 DC 35 5A 0 E 109 52 2F
Octal 147 26 334 65 132 0 16 411 122 57
Binary 1100111 10110 11011100 110101 1011010 0 1110 100001001 1010010 101111

Color Harmonies of #6716DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6716DC

Black with #6716DC

Text Example


Text Example

White with #6716DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6716DC; }

 p { color: rgb(103,22,220); }

 H1.HeaderClassName
 {
   color: #6716DC;
 }
 .AnyTagClassName
 {
   color: #6716DC;
 }
</style>

background-color css

<style>
 a { background-color: #6716DC; }

 a { background-color: rgb(103,22,220); }

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

border-color css

<style>
 span { border-color: #6716DC; }

 span { border-color: rgb(103,22,220); }

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