Html Css Color HEX #6716CD Purple Heart

📋 copy color: '#6716CD'

red 103 ◦ green 22 ◦ blue 205

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

Shades of Purple Heart #6716CD

Tints of Purple Heart #6716CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.12%

R = 31.21%
G = 6.67%
B = 62.12%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6716CD (or 0x6716CD) is known color: Purple Heart. HEX triplet: 67, 16 and CD. RGB value is (103,22,205). Sum of RGB (Red+Green+Blue) = 103+22+205=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #6716CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6716CD is #98E932. Grayscale: #424242. Windows color (decimal): -10021171 or 13440615. OLE color: 13440615.

HSL color Cylindrical-coordinate representation of color #6716CD: hue angle of 266.56º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6716CD is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 22 205 -
CMYK 0.50 0.89 0 0.20
HSL 266.56º 0.81% 0.45% -
HSV(B) 266.56º 0.89% 0.8% -
XYZ 16.9 7.87 58.39 -
YUV 67.08 205.84 153.62 -
System Red Green Blue C M Y K H S L
Decimal 103 22 205 0.50 0.89 0 0.20 266.56 0.81 0.45
Hex 67 16 CD 32 59 0 14 10B 51 2D
Octal 147 26 315 62 131 0 24 413 121 55
Binary 1100111 10110 11001101 110010 1011001 0 10100 100001011 1010001 101101

Color Harmonies of #6716CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6716CD

Black with #6716CD

Text Example


Text Example

White with #6716CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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