Html Css Color HEX #632AAA Purple Heart

📋 copy color: '#632AAA'

red 99 ◦ green 42 ◦ blue 170

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

Shades of Purple Heart #632AAA

Tints of Purple Heart #632AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.5%

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

R = 31.83%
G = 13.5%
B = 54.66%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#632AAA (or 0x632AAA) is known color: Purple Heart. HEX triplet: 63, 2A and AA. RGB value is (99,42,170). Sum of RGB (Red+Green+Blue) = 99+42+170=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 42 (16.80% from 255 or 13.50% 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 #632AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632AAA is #9CD555. Grayscale: #494949. Windows color (decimal): -10278230 or 11151971. OLE color: 11151971.

HSL color Cylindrical-coordinate representation of color #632AAA: hue angle of 266.72º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632AAA is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 42 170 -
CMYK 0.42 0.75 0 0.33
HSL 266.72º 0.6% 0.42% -
HSV(B) 266.72º 0.75% 0.67% -
XYZ 13.23 7.21 38.72 -
YUV 73.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 99 42 170 0.42 0.75 0 0.33 266.72 0.6 0.42
Hex 63 2A AA 2A 4B 0 21 10B 3C 2A
Octal 143 52 252 52 113 0 41 413 74 52
Binary 1100011 101010 10101010 101010 1001011 0 100001 100001011 111100 101010

Color Harmonies of #632AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632AAA

Black with #632AAA

Text Example


Text Example

White with #632AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632AAA; }

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

 H1.HeaderClassName
 {
   color: #632AAA;
 }
 .AnyTagClassName
 {
   color: #632AAA;
 }
</style>

background-color css

<style>
 a { background-color: #632AAA; }

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

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

border-color css

<style>
 span { border-color: #632AAA; }

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

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