Html Css Color HEX #6815DA Purple Heart

📋 copy color: '#6815DA'

red 104 ◦ green 21 ◦ blue 218

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

Shades of Purple Heart #6815DA

Tints of Purple Heart #6815DA

RGB

 RED value IS 104 (41.02% from 255) = 30.32%

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

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

R = 30.32%
G = 6.12%
B = 63.56%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6815DA (or 0x6815DA) is known color: Purple Heart. HEX triplet: 68, 15 and DA. RGB value is (104,21,218). Sum of RGB (Red+Green+Blue) = 104+21+218=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #6815DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6815DA is #97EA25. Grayscale: #434343. Windows color (decimal): -9955878 or 14292328. OLE color: 14292328.

HSL color Cylindrical-coordinate representation of color #6815DA: hue angle of 265.28º 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 #6815DA is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 21 218 -
CMYK 0.52 0.90 0 0.15
HSL 265.28º 0.82% 0.47% -
HSV(B) 265.28º 0.9% 0.85% -
XYZ 18.63 8.54 67 -
YUV 68.28 212.5 153.48 -
System Red Green Blue C M Y K H S L
Decimal 104 21 218 0.52 0.90 0 0.15 265.28 0.82 0.47
Hex 68 15 DA 34 5A 0 F 109 52 2F
Octal 150 25 332 64 132 0 17 411 122 57
Binary 1101000 10101 11011010 110100 1011010 0 1111 100001001 1010010 101111

Color Harmonies of #6815DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6815DA

Black with #6815DA

Text Example


Text Example

White with #6815DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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