Html Css Color HEX #6825AA Purple Heart

📋 copy color: '#6825AA'

red 104 ◦ green 37 ◦ blue 170

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

Shades of Purple Heart #6825AA

Tints of Purple Heart #6825AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

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

R = 33.44%
G = 11.9%
B = 54.66%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6825AA (or 0x6825AA) is known color: Purple Heart. HEX triplet: 68, 25 and AA. RGB value is (104,37,170). Sum of RGB (Red+Green+Blue) = 104+37+170=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #6825AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6825AA is #97DA55. Grayscale: #474747. Windows color (decimal): -9951830 or 11150696. OLE color: 11150696.

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

Color convert

RGB 104 37 170 -
CMYK 0.39 0.78 0 0.33
HSL 270.23º 0.64% 0.41% -
HSV(B) 270.23º 0.78% 0.67% -
XYZ 13.63 7.17 38.7 -
YUV 72.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 104 37 170 0.39 0.78 0 0.33 270.23 0.64 0.41
Hex 68 25 AA 27 4E 0 21 10E 40 29
Octal 150 45 252 47 116 0 41 416 100 51
Binary 1101000 100101 10101010 100111 1001110 0 100001 100001110 1000000 101001

Color Harmonies of #6825AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6825AA

Black with #6825AA

Text Example


Text Example

White with #6825AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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