Html Css Color HEX #6916DB Purple Heart

📋 copy color: '#6916DB'

red 105 ◦ green 22 ◦ blue 219

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

Shades of Purple Heart #6916DB

Tints of Purple Heart #6916DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.36%

 BLUE value IS 219 (85.94% from 255) = 63.29%

R = 30.35%
G = 6.36%
B = 63.29%

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

#6916DB (or 0x6916DB) is known color: Purple Heart. HEX triplet: 69, 16 and DB. RGB value is (105,22,219). Sum of RGB (Red+Green+Blue) = 105+22+219=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #6916DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6916DB is #96E924. Grayscale: #444444. Windows color (decimal): -9890085 or 14358121. OLE color: 14358121.

HSL color Cylindrical-coordinate representation of color #6916DB: hue angle of 265.28º degrees, saturation: 0.82, 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 #6916DB is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 22 219 -
CMYK 0.52 0.90 0 0.14
HSL 265.28º 0.82% 0.47% -
HSV(B) 265.28º 0.9% 0.86% -
XYZ 18.9 8.69 67.7 -
YUV 69.28 212.5 153.48 -
System Red Green Blue C M Y K H S L
Decimal 105 22 219 0.52 0.90 0 0.14 265.28 0.82 0.47
Hex 69 16 DB 34 5A 0 E 109 52 2F
Octal 151 26 333 64 132 0 16 411 122 57
Binary 1101001 10110 11011011 110100 1011010 0 1110 100001001 1010010 101111

Color Harmonies of #6916DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6916DB

Black with #6916DB

Text Example


Text Example

White with #6916DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6916DB; }

 p { color: rgb(105,22,219); }

 H1.HeaderClassName
 {
   color: #6916DB;
 }
 .AnyTagClassName
 {
   color: #6916DB;
 }
</style>

background-color css

<style>
 a { background-color: #6916DB; }

 a { background-color: rgb(105,22,219); }

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

border-color css

<style>
 span { border-color: #6916DB; }

 span { border-color: rgb(105,22,219); }

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