Html Css Color HEX #6915D6 Purple Heart

📋 copy color: '#6915D6'

red 105 ◦ green 21 ◦ blue 214

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

Shades of Purple Heart #6915D6

Tints of Purple Heart #6915D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 62.94%

R = 30.88%
G = 6.18%
B = 62.94%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6915D6 (or 0x6915D6) is known color: Purple Heart. HEX triplet: 69, 15 and D6. RGB value is (105,21,214). Sum of RGB (Red+Green+Blue) = 105+21+214=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 214 (83.98% from 255 or 62.94% from 340); Max value from RGB is 214 - color contains mainly: blue. Hex color #6915D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6915D6 is #96EA29. Grayscale: #434343. Windows color (decimal): -9890346 or 14030185. OLE color: 14030185.

HSL color Cylindrical-coordinate representation of color #6915D6: hue angle of 266.11º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6915D6 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 21 214 -
CMYK 0.51 0.90 0 0.16
HSL 266.11º 0.82% 0.46% -
HSV(B) 266.11º 0.9% 0.84% -
XYZ 18.23 8.39 64.28 -
YUV 68.12 210.33 154.31 -
System Red Green Blue C M Y K H S L
Decimal 105 21 214 0.51 0.90 0 0.16 266.11 0.82 0.46
Hex 69 15 D6 33 5A 0 10 10A 52 2E
Octal 151 25 326 63 132 0 20 412 122 56
Binary 1101001 10101 11010110 110011 1011010 0 10000 100001010 1010010 101110

Color Harmonies of #6915D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6915D6

Black with #6915D6

Text Example


Text Example

White with #6915D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6915D6; }

 p { color: rgb(105,21,214); }

 H1.HeaderClassName
 {
   color: #6915D6;
 }
 .AnyTagClassName
 {
   color: #6915D6;
 }
</style>

background-color css

<style>
 a { background-color: #6915D6; }

 a { background-color: rgb(105,21,214); }

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

border-color css

<style>
 span { border-color: #6915D6; }

 span { border-color: rgb(105,21,214); }

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