Html Css Color HEX #6915DC Purple Heart

📋 copy color: '#6915DC'

red 105 ◦ green 21 ◦ blue 220

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

Shades of Purple Heart #6915DC

Tints of Purple Heart #6915DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.58%

R = 30.35%
G = 6.07%
B = 63.58%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6915DC (or 0x6915DC) is known color: Purple Heart. HEX triplet: 69, 15 and DC. RGB value is (105,21,220). Sum of RGB (Red+Green+Blue) = 105+21+220=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #6915DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6915DC is #96EA23. Grayscale: #444444. Windows color (decimal): -9890340 or 14423401. OLE color: 14423401.

HSL color Cylindrical-coordinate representation of color #6915DC: hue angle of 265.33º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6915DC is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 21 220 -
CMYK 0.52 0.90 0 0.14
HSL 265.33º 0.83% 0.47% -
HSV(B) 265.33º 0.9% 0.86% -
XYZ 19.01 8.71 68.39 -
YUV 68.8 213.33 153.82 -
System Red Green Blue C M Y K H S L
Decimal 105 21 220 0.52 0.90 0 0.14 265.33 0.83 0.47
Hex 69 15 DC 34 5A 0 E 109 53 2F
Octal 151 25 334 64 132 0 16 411 123 57
Binary 1101001 10101 11011100 110100 1011010 0 1110 100001001 1010011 101111

Color Harmonies of #6915DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6915DC

Black with #6915DC

Text Example


Text Example

White with #6915DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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