Html Css Color HEX #6824AA Purple Heart

📋 copy color: '#6824AA'

red 104 ◦ green 36 ◦ blue 170

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

Shades of Purple Heart #6824AA

Tints of Purple Heart #6824AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

 BLUE value IS 170 (66.8% from 255) = 54.84%

R = 33.55%
G = 11.61%
B = 54.84%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6824AA (or 0x6824AA) is known color: Purple Heart. HEX triplet: 68, 24 and AA. RGB value is (104,36,170). Sum of RGB (Red+Green+Blue) = 104+36+170=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #6824AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6824AA is #97DB55. Grayscale: #474747. Windows color (decimal): -9952086 or 11150440. OLE color: 11150440.

HSL color Cylindrical-coordinate representation of color #6824AA: hue angle of 270.45º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6824AA is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 36 170 -
CMYK 0.39 0.79 0 0.33
HSL 270.45º 0.65% 0.4% -
HSV(B) 270.45º 0.79% 0.67% -
XYZ 13.6 7.11 38.69 -
YUV 71.61 183.53 151.1 -
System Red Green Blue C M Y K H S L
Decimal 104 36 170 0.39 0.79 0 0.33 270.45 0.65 0.4
Hex 68 24 AA 27 4F 0 21 10E 41 28
Octal 150 44 252 47 117 0 41 416 101 50
Binary 1101000 100100 10101010 100111 1001111 0 100001 100001110 1000001 101000

Color Harmonies of #6824AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6824AA

Black with #6824AA

Text Example


Text Example

White with #6824AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6824AA; }

 p { color: rgb(104,36,170); }

 H1.HeaderClassName
 {
   color: #6824AA;
 }
 .AnyTagClassName
 {
   color: #6824AA;
 }
</style>

background-color css

<style>
 a { background-color: #6824AA; }

 a { background-color: rgb(104,36,170); }

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

border-color css

<style>
 span { border-color: #6824AA; }

 span { border-color: rgb(104,36,170); }

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