Html Css Color HEX #6911DA Purple Heart

📋 copy color: '#6911DA'

red 105 ◦ green 17 ◦ blue 218

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

Shades of Purple Heart #6911DA

Tints of Purple Heart #6911DA

RGB

 RED value IS 105 (41.41% from 255) = 30.88%

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

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

R = 30.88%
G = 5%
B = 64.12%

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

#6911DA (or 0x6911DA) is known color: Purple Heart. HEX triplet: 69, 11 and DA. RGB value is (105,17,218). Sum of RGB (Red+Green+Blue) = 105+17+218=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #6911DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6911DA is #96EE25. Grayscale: #414141. Windows color (decimal): -9891366 or 14291305. OLE color: 14291305.

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

Color convert

RGB 105 17 218 -
CMYK 0.52 0.92 0 0.15
HSL 266.27º 0.86% 0.46% -
HSV(B) 266.27º 0.92% 0.85% -
XYZ 18.68 8.47 66.98 -
YUV 66.23 213.65 155.66 -
System Red Green Blue C M Y K H S L
Decimal 105 17 218 0.52 0.92 0 0.15 266.27 0.86 0.46
Hex 69 11 DA 34 5C 0 F 10A 56 2E
Octal 151 21 332 64 134 0 17 412 126 56
Binary 1101001 10001 11011010 110100 1011100 0 1111 100001010 1010110 101110

Color Harmonies of #6911DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6911DA

Black with #6911DA

Text Example


Text Example

White with #6911DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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