Html Css Color HEX #6914DC Purple Heart

📋 copy color: '#6914DC'

red 105 ◦ green 20 ◦ blue 220

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

Shades of Purple Heart #6914DC

Tints of Purple Heart #6914DC

RGB

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

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

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

R = 30.43%
G = 5.8%
B = 63.77%

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

#6914DC (or 0x6914DC) is known color: Purple Heart. HEX triplet: 69, 14 and DC. RGB value is (105,20,220). Sum of RGB (Red+Green+Blue) = 105+20+220=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #6914DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6914DC is #96EB23. Grayscale: #434343. Windows color (decimal): -9890596 or 14423145. OLE color: 14423145.

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

Color convert

RGB 105 20 220 -
CMYK 0.52 0.91 0 0.14
HSL 265.5º 0.83% 0.47% -
HSV(B) 265.5º 0.91% 0.86% -
XYZ 18.99 8.67 68.38 -
YUV 68.22 213.66 154.24 -
System Red Green Blue C M Y K H S L
Decimal 105 20 220 0.52 0.91 0 0.14 265.5 0.83 0.47
Hex 69 14 DC 34 5B 0 E 10A 53 2F
Octal 151 24 334 64 133 0 16 412 123 57
Binary 1101001 10100 11011100 110100 1011011 0 1110 100001010 1010011 101111

Color Harmonies of #6914DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6914DC

Black with #6914DC

Text Example


Text Example

White with #6914DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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