Html Css Color HEX #6716DD Purple Heart

📋 copy color: '#6716DD'

red 103 ◦ green 22 ◦ blue 221

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

Shades of Purple Heart #6716DD

Tints of Purple Heart #6716DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.87%

R = 29.77%
G = 6.36%
B = 63.87%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6716DD (or 0x6716DD) is known color: Purple Heart. HEX triplet: 67, 16 and DD. RGB value is (103,22,221). Sum of RGB (Red+Green+Blue) = 103+22+221=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #6716DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6716DD is #98E922. Grayscale: #444444. Windows color (decimal): -10021155 or 14489191. OLE color: 14489191.

HSL color Cylindrical-coordinate representation of color #6716DD: hue angle of 264.42º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6716DD is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 22 221 -
CMYK 0.53 0.90 0 0.13
HSL 264.42º 0.82% 0.48% -
HSV(B) 264.42º 0.9% 0.87% -
XYZ 18.93 8.68 69.08 -
YUV 68.91 213.84 152.32 -
System Red Green Blue C M Y K H S L
Decimal 103 22 221 0.53 0.90 0 0.13 264.42 0.82 0.48
Hex 67 16 DD 35 5A 0 D 108 52 30
Octal 147 26 335 65 132 0 15 410 122 60
Binary 1100111 10110 11011101 110101 1011010 0 1101 100001000 1010010 110000

Color Harmonies of #6716DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6716DD

Black with #6716DD

Text Example


Text Example

White with #6716DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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