Html Css Color HEX #6814CA Purple Heart

📋 copy color: '#6814CA'

red 104 ◦ green 20 ◦ blue 202

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

Shades of Purple Heart #6814CA

Tints of Purple Heart #6814CA

RGB

 RED value IS 104 (41.02% from 255) = 31.9%

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

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

R = 31.9%
G = 6.13%
B = 61.96%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6814CA (or 0x6814CA) is known color: Purple Heart. HEX triplet: 68, 14 and CA. RGB value is (104,20,202). Sum of RGB (Red+Green+Blue) = 104+20+202=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #6814CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6814CA is #97EB35. Grayscale: #414141. Windows color (decimal): -9956150 or 13243496. OLE color: 13243496.

HSL color Cylindrical-coordinate representation of color #6814CA: hue angle of 267.69º 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 #6814CA is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 20 202 -
CMYK 0.49 0.90 0 0.21
HSL 267.69º 0.82% 0.44% -
HSV(B) 267.69º 0.9% 0.79% -
XYZ 16.62 7.71 56.49 -
YUV 65.86 204.83 155.2 -
System Red Green Blue C M Y K H S L
Decimal 104 20 202 0.49 0.90 0 0.21 267.69 0.82 0.44
Hex 68 14 CA 31 5A 0 15 10C 52 2C
Octal 150 24 312 61 132 0 25 414 122 54
Binary 1101000 10100 11001010 110001 1011010 0 10101 100001100 1010010 101100

Color Harmonies of #6814CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6814CA

Black with #6814CA

Text Example


Text Example

White with #6814CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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