Html Css Color HEX #6715CC Purple Heart

📋 copy color: '#6715CC'

red 103 ◦ green 21 ◦ blue 204

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

Shades of Purple Heart #6715CC

Tints of Purple Heart #6715CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.2%

R = 31.4%
G = 6.4%
B = 62.2%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6715CC (or 0x6715CC) is known color: Purple Heart. HEX triplet: 67, 15 and CC. RGB value is (103,21,204). Sum of RGB (Red+Green+Blue) = 103+21+204=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #6715CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6715CC is #98EA33. Grayscale: #414141. Windows color (decimal): -10021428 or 13374823. OLE color: 13374823.

HSL color Cylindrical-coordinate representation of color #6715CC: hue angle of 266.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6715CC is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 21 204 -
CMYK 0.50 0.90 0 0.2
HSL 266.89º 0.81% 0.44% -
HSV(B) 266.89º 0.9% 0.8% -
XYZ 16.76 7.78 57.74 -
YUV 66.38 205.67 154.12 -
System Red Green Blue C M Y K H S L
Decimal 103 21 204 0.50 0.90 0 0.2 266.89 0.81 0.44
Hex 67 15 CC 32 5A 0 14 10B 51 2C
Octal 147 25 314 62 132 0 24 413 121 54
Binary 1100111 10101 11001100 110010 1011010 0 10100 100001011 1010001 101100

Color Harmonies of #6715CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6715CC

Black with #6715CC

Text Example


Text Example

White with #6715CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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