Html Css Color HEX #6325AA Purple Heart

📋 copy color: '#6325AA'

red 99 ◦ green 37 ◦ blue 170

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

Shades of Purple Heart #6325AA

Tints of Purple Heart #6325AA

RGB

 RED value IS 99 (39.06% from 255) = 32.35%

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

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

R = 32.35%
G = 12.09%
B = 55.56%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6325AA (or 0x6325AA) is known color: Purple Heart. HEX triplet: 63, 25 and AA. RGB value is (99,37,170). Sum of RGB (Red+Green+Blue) = 99+37+170=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #6325AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6325AA is #9CDA55. Grayscale: #464646. Windows color (decimal): -10279510 or 11150691. OLE color: 11150691.

HSL color Cylindrical-coordinate representation of color #6325AA: hue angle of 267.97º 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 #6325AA is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 37 170 -
CMYK 0.42 0.78 0 0.33
HSL 267.97º 0.64% 0.41% -
HSV(B) 267.97º 0.78% 0.67% -
XYZ 13.06 6.88 38.67 -
YUV 70.7 184.04 148.19 -
System Red Green Blue C M Y K H S L
Decimal 99 37 170 0.42 0.78 0 0.33 267.97 0.64 0.41
Hex 63 25 AA 2A 4E 0 21 10C 40 29
Octal 143 45 252 52 116 0 41 414 100 51
Binary 1100011 100101 10101010 101010 1001110 0 100001 100001100 1000000 101001

Color Harmonies of #6325AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6325AA

Black with #6325AA

Text Example


Text Example

White with #6325AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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