Html Css Color HEX #6915DD Purple Heart

📋 copy color: '#6915DD'

red 105 ◦ green 21 ◦ blue 221

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

Shades of Purple Heart #6915DD

Tints of Purple Heart #6915DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.69%

R = 30.26%
G = 6.05%
B = 63.69%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6915DD (or 0x6915DD) is known color: Purple Heart. HEX triplet: 69, 15 and DD. RGB value is (105,21,221). Sum of RGB (Red+Green+Blue) = 105+21+221=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #6915DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6915DD is #96EA22. Grayscale: #444444. Windows color (decimal): -9890339 or 14488937. OLE color: 14488937.

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

Color convert

RGB 105 21 221 -
CMYK 0.52 0.90 0 0.13
HSL 265.2º 0.83% 0.47% -
HSV(B) 265.2º 0.9% 0.87% -
XYZ 19.15 8.76 69.09 -
YUV 68.92 213.83 153.74 -
System Red Green Blue C M Y K H S L
Decimal 105 21 221 0.52 0.90 0 0.13 265.2 0.83 0.47
Hex 69 15 DD 34 5A 0 D 109 53 2F
Octal 151 25 335 64 132 0 15 411 123 57
Binary 1101001 10101 11011101 110100 1011010 0 1101 100001001 1010011 101111

Color Harmonies of #6915DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6915DD

Black with #6915DD

Text Example


Text Example

White with #6915DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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