Html Css Color HEX #632FAA Royal Purple

📋 copy color: '#632FAA'

red 99 ◦ green 47 ◦ blue 170

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

Shades of Royal Purple #632FAA

Tints of Royal Purple #632FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

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

R = 31.33%
G = 14.87%
B = 53.8%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#632FAA (or 0x632FAA) is known color: Royal Purple. HEX triplet: 63, 2F and AA. RGB value is (99,47,170). Sum of RGB (Red+Green+Blue) = 99+47+170=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #632FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632FAA is #9CD055. Grayscale: #4C4C4C. Windows color (decimal): -10276950 or 11153251. OLE color: 11153251.

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

Color convert

RGB 99 47 170 -
CMYK 0.42 0.72 0 0.33
HSL 265.37º 0.57% 0.43% -
HSV(B) 265.37º 0.72% 0.67% -
XYZ 13.42 7.59 38.79 -
YUV 76.57 180.73 144 -
System Red Green Blue C M Y K H S L
Decimal 99 47 170 0.42 0.72 0 0.33 265.37 0.57 0.43
Hex 63 2F AA 2A 48 0 21 109 39 2B
Octal 143 57 252 52 110 0 41 411 71 53
Binary 1100011 101111 10101010 101010 1001000 0 100001 100001001 111001 101011

Color Harmonies of #632FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632FAA

Black with #632FAA

Text Example


Text Example

White with #632FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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