Html Css Color HEX #6814A4 Purple Heart

📋 copy color: '#6814A4'

red 104 ◦ green 20 ◦ blue 164

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

Shades of Purple Heart #6814A4

Tints of Purple Heart #6814A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 56.94%

R = 36.11%
G = 6.94%
B = 56.94%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6814A4 (or 0x6814A4) is known color: Purple Heart. HEX triplet: 68, 14 and A4. RGB value is (104,20,164). Sum of RGB (Red+Green+Blue) = 104+20+164=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 164 (64.45% from 255 or 56.94% from 288); Max value from RGB is 164 - color contains mainly: blue. Hex color #6814A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6814A4 is #97EB5B. Grayscale: #3D3D3D. Windows color (decimal): -9956188 or 10753128. OLE color: 10753128.

HSL color Cylindrical-coordinate representation of color #6814A4: hue angle of 275º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6814A4 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 20 164 -
CMYK 0.37 0.88 0 0.36
HSL 275º 0.78% 0.36% -
HSV(B) 275º 0.88% 0.64% -
XYZ 12.66 6.12 35.64 -
YUV 61.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 104 20 164 0.37 0.88 0 0.36 275 0.78 0.36
Hex 68 14 A4 25 58 0 24 113 4E 24
Octal 150 24 244 45 130 0 44 423 116 44
Binary 1101000 10100 10100100 100101 1011000 0 100100 100010011 1001110 100100

Color Harmonies of #6814A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6814A4

Black with #6814A4

Text Example


Text Example

White with #6814A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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