Html Css Color HEX #6914CA Purple Heart

📋 copy color: '#6914CA'

red 105 ◦ green 20 ◦ blue 202

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

Shades of Purple Heart #6914CA

Tints of Purple Heart #6914CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.77%

R = 32.11%
G = 6.12%
B = 61.77%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6914CA (or 0x6914CA) is known color: Purple Heart. HEX triplet: 69, 14 and CA. RGB value is (105,20,202). Sum of RGB (Red+Green+Blue) = 105+20+202=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #6914CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6914CA is #96EB35. Grayscale: #414141. Windows color (decimal): -9890614 or 13243497. OLE color: 13243497.

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

Color convert

RGB 105 20 202 -
CMYK 0.48 0.90 0 0.21
HSL 268.02º 0.82% 0.44% -
HSV(B) 268.02º 0.9% 0.79% -
XYZ 16.74 7.77 56.49 -
YUV 66.16 204.66 155.7 -
System Red Green Blue C M Y K H S L
Decimal 105 20 202 0.48 0.90 0 0.21 268.02 0.82 0.44
Hex 69 14 CA 30 5A 0 15 10C 52 2C
Octal 151 24 312 60 132 0 25 414 122 54
Binary 1101001 10100 11001010 110000 1011010 0 10101 100001100 1010010 101100

Color Harmonies of #6914CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6914CA

Black with #6914CA

Text Example


Text Example

White with #6914CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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