Html Css Color HEX #6715DA Purple Heart

📋 copy color: '#6715DA'

red 103 ◦ green 21 ◦ blue 218

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

Shades of Purple Heart #6715DA

Tints of Purple Heart #6715DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.74%

R = 30.12%
G = 6.14%
B = 63.74%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6715DA (or 0x6715DA) is known color: Purple Heart. HEX triplet: 67, 15 and DA. RGB value is (103,21,218). Sum of RGB (Red+Green+Blue) = 103+21+218=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #6715DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6715DA is #98EA25. Grayscale: #434343. Windows color (decimal): -10021414 or 14292327. OLE color: 14292327.

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

Color convert

RGB 103 21 218 -
CMYK 0.53 0.90 0 0.15
HSL 264.97º 0.82% 0.47% -
HSV(B) 264.97º 0.9% 0.85% -
XYZ 18.52 8.48 66.99 -
YUV 67.98 212.67 152.98 -
System Red Green Blue C M Y K H S L
Decimal 103 21 218 0.53 0.90 0 0.15 264.97 0.82 0.47
Hex 67 15 DA 35 5A 0 F 109 52 2F
Octal 147 25 332 65 132 0 17 411 122 57
Binary 1100111 10101 11011010 110101 1011010 0 1111 100001001 1010010 101111

Color Harmonies of #6715DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6715DA

Black with #6715DA

Text Example


Text Example

White with #6715DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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