Html Css Color HEX #6715DD Purple Heart

📋 copy color: '#6715DD'

red 103 ◦ green 21 ◦ blue 221

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

Shades of Purple Heart #6715DD

Tints of Purple Heart #6715DD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.09%

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

R = 29.86%
G = 6.09%
B = 64.06%

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

#6715DD (or 0x6715DD) is known color: Purple Heart. HEX triplet: 67, 15 and DD. RGB value is (103,21,221). Sum of RGB (Red+Green+Blue) = 103+21+221=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #6715DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6715DD is #98EA22. Grayscale: #434343. Windows color (decimal): -10021411 or 14488935. OLE color: 14488935.

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

Color convert

RGB 103 21 221 -
CMYK 0.53 0.90 0 0.13
HSL 264.6º 0.83% 0.47% -
HSV(B) 264.6º 0.9% 0.87% -
XYZ 18.91 8.64 69.08 -
YUV 68.32 214.17 152.74 -
System Red Green Blue C M Y K H S L
Decimal 103 21 221 0.53 0.90 0 0.13 264.6 0.83 0.47
Hex 67 15 DD 35 5A 0 D 109 53 2F
Octal 147 25 335 65 132 0 15 411 123 57
Binary 1100111 10101 11011101 110101 1011010 0 1101 100001001 1010011 101111

Color Harmonies of #6715DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6715DD

Black with #6715DD

Text Example


Text Example

White with #6715DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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