Html Css Color HEX #6338AE Royal Purple

📋 copy color: '#6338AE'

red 99 ◦ green 56 ◦ blue 174

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

Shades of Royal Purple #6338AE

Tints of Royal Purple #6338AE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.02%

 BLUE value IS 174 (68.36% from 255) = 52.89%

R = 30.09%
G = 17.02%
B = 52.89%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6338AE (or 0x6338AE) is known color: Royal Purple. HEX triplet: 63, 38 and AE. RGB value is (99,56,174). Sum of RGB (Red+Green+Blue) = 99+56+174=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #6338AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6338AE is #9CC751. Grayscale: #515151. Windows color (decimal): -10274642 or 11417699. OLE color: 11417699.

HSL color Cylindrical-coordinate representation of color #6338AE: hue angle of 261.86º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6338AE is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 56 174 -
CMYK 0.43 0.68 0 0.32
HSL 261.86º 0.51% 0.45% -
HSV(B) 261.86º 0.68% 0.68% -
XYZ 14.2 8.54 40.94 -
YUV 82.31 179.75 139.91 -
System Red Green Blue C M Y K H S L
Decimal 99 56 174 0.43 0.68 0 0.32 261.86 0.51 0.45
Hex 63 38 AE 2B 44 0 20 106 33 2D
Octal 143 70 256 53 104 0 40 406 63 55
Binary 1100011 111000 10101110 101011 1000100 0 100000 100000110 110011 101101

Color Harmonies of #6338AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6338AE

Black with #6338AE

Text Example


Text Example

White with #6338AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6338AE; }

 p { color: rgb(99,56,174); }

 H1.HeaderClassName
 {
   color: #6338AE;
 }
 .AnyTagClassName
 {
   color: #6338AE;
 }
</style>

background-color css

<style>
 a { background-color: #6338AE; }

 a { background-color: rgb(99,56,174); }

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

border-color css

<style>
 span { border-color: #6338AE; }

 span { border-color: rgb(99,56,174); }

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