Html Css Color HEX #6913DB Purple Heart

📋 copy color: '#6913DB'

red 105 ◦ green 19 ◦ blue 219

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

Shades of Purple Heart #6913DB

Tints of Purple Heart #6913DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.54%

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

R = 30.61%
G = 5.54%
B = 63.85%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6913DB (or 0x6913DB) is known color: Purple Heart. HEX triplet: 69, 13 and DB. RGB value is (105,19,219). Sum of RGB (Red+Green+Blue) = 105+19+219=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #6913DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6913DB is #96EC24. Grayscale: #424242. Windows color (decimal): -9890853 or 14357353. OLE color: 14357353.

HSL color Cylindrical-coordinate representation of color #6913DB: hue angle of 265.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6913DB is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 19 219 -
CMYK 0.52 0.91 0 0.14
HSL 265.8º 0.84% 0.47% -
HSV(B) 265.8º 0.91% 0.86% -
XYZ 18.84 8.58 67.68 -
YUV 67.51 213.49 154.74 -
System Red Green Blue C M Y K H S L
Decimal 105 19 219 0.52 0.91 0 0.14 265.8 0.84 0.47
Hex 69 13 DB 34 5B 0 E 10A 54 2F
Octal 151 23 333 64 133 0 16 412 124 57
Binary 1101001 10011 11011011 110100 1011011 0 1110 100001010 1010100 101111

Color Harmonies of #6913DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6913DB

Black with #6913DB

Text Example


Text Example

White with #6913DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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