Html Css Color HEX #6914CD Purple Heart

📋 copy color: '#6914CD'

red 105 ◦ green 20 ◦ blue 205

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

Shades of Purple Heart #6914CD

Tints of Purple Heart #6914CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.12%

R = 31.82%
G = 6.06%
B = 62.12%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6914CD (or 0x6914CD) is known color: Purple Heart. HEX triplet: 69, 14 and CD. RGB value is (105,20,205). Sum of RGB (Red+Green+Blue) = 105+20+205=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #6914CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6914CD is #96EB32. Grayscale: #414141. Windows color (decimal): -9890611 or 13440105. OLE color: 13440105.

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

Color convert

RGB 105 20 205 -
CMYK 0.49 0.90 0 0.20
HSL 267.57º 0.82% 0.44% -
HSV(B) 267.57º 0.9% 0.8% -
XYZ 17.1 7.91 58.38 -
YUV 66.51 206.16 155.46 -
System Red Green Blue C M Y K H S L
Decimal 105 20 205 0.49 0.90 0 0.20 267.57 0.82 0.44
Hex 69 14 CD 31 5A 0 14 10C 52 2C
Octal 151 24 315 61 132 0 24 414 122 54
Binary 1101001 10100 11001101 110001 1011010 0 10100 100001100 1010010 101100

Color Harmonies of #6914CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6914CD

Black with #6914CD

Text Example


Text Example

White with #6914CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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