Html Css Color HEX #6811DA Purple Heart

📋 copy color: '#6811DA'

red 104 ◦ green 17 ◦ blue 218

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

Shades of Purple Heart #6811DA

Tints of Purple Heart #6811DA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.01%

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

R = 30.68%
G = 5.01%
B = 64.31%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6811DA (or 0x6811DA) is known color: Purple Heart. HEX triplet: 68, 11 and DA. RGB value is (104,17,218). Sum of RGB (Red+Green+Blue) = 104+17+218=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #6811DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6811DA is #97EE25. Grayscale: #414141. Windows color (decimal): -9956902 or 14291304. OLE color: 14291304.

HSL color Cylindrical-coordinate representation of color #6811DA: hue angle of 265.97º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6811DA is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 17 218 -
CMYK 0.52 0.92 0 0.15
HSL 265.97º 0.86% 0.46% -
HSV(B) 265.97º 0.92% 0.85% -
XYZ 18.56 8.41 66.97 -
YUV 65.93 213.82 155.16 -
System Red Green Blue C M Y K H S L
Decimal 104 17 218 0.52 0.92 0 0.15 265.97 0.86 0.46
Hex 68 11 DA 34 5C 0 F 10A 56 2E
Octal 150 21 332 64 134 0 17 412 126 56
Binary 1101000 10001 11011010 110100 1011100 0 1111 100001010 1010110 101110

Color Harmonies of #6811DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6811DA

Black with #6811DA

Text Example


Text Example

White with #6811DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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