Html Css Color HEX #6914DB Purple Heart

📋 copy color: '#6914DB'

red 105 ◦ green 20 ◦ blue 219

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

Shades of Purple Heart #6914DB

Tints of Purple Heart #6914DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.81%

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

R = 30.52%
G = 5.81%
B = 63.66%

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

#6914DB (or 0x6914DB) is known color: Purple Heart. HEX triplet: 69, 14 and DB. RGB value is (105,20,219). Sum of RGB (Red+Green+Blue) = 105+20+219=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #6914DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6914DB is #96EB24. Grayscale: #434343. Windows color (decimal): -9890597 or 14357609. OLE color: 14357609.

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

Color convert

RGB 105 20 219 -
CMYK 0.52 0.91 0 0.14
HSL 265.63º 0.83% 0.47% -
HSV(B) 265.63º 0.91% 0.86% -
XYZ 18.86 8.62 67.69 -
YUV 68.1 213.16 154.32 -
System Red Green Blue C M Y K H S L
Decimal 105 20 219 0.52 0.91 0 0.14 265.63 0.83 0.47
Hex 69 14 DB 34 5B 0 E 10A 53 2F
Octal 151 24 333 64 133 0 16 412 123 57
Binary 1101001 10100 11011011 110100 1011011 0 1110 100001010 1010011 101111

Color Harmonies of #6914DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6914DB

Black with #6914DB

Text Example


Text Example

White with #6914DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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