Html Css Color HEX #6914CE Purple Heart

📋 copy color: '#6914CE'

red 105 ◦ green 20 ◦ blue 206

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

Shades of Purple Heart #6914CE

Tints of Purple Heart #6914CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 31.72%
G = 6.04%
B = 62.24%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6914CE (or 0x6914CE) is known color: Purple Heart. HEX triplet: 69, 14 and CE. RGB value is (105,20,206). Sum of RGB (Red+Green+Blue) = 105+20+206=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #6914CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6914CE is #96EB31. Grayscale: #414141. Windows color (decimal): -9890610 or 13505641. OLE color: 13505641.

HSL color Cylindrical-coordinate representation of color #6914CE: hue angle of 267.42º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6914CE is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 20 206 -
CMYK 0.49 0.90 0 0.19
HSL 267.42º 0.82% 0.44% -
HSV(B) 267.42º 0.9% 0.81% -
XYZ 17.22 7.96 59.02 -
YUV 66.62 206.66 155.38 -
System Red Green Blue C M Y K H S L
Decimal 105 20 206 0.49 0.90 0 0.19 267.42 0.82 0.44
Hex 69 14 CE 31 5A 0 13 10B 52 2C
Octal 151 24 316 61 132 0 23 413 122 54
Binary 1101001 10100 11001110 110001 1011010 0 10011 100001011 1010010 101100

Color Harmonies of #6914CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6914CE

Black with #6914CE

Text Example


Text Example

White with #6914CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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