Html Css Color HEX #6345AA Royal Purple

📋 copy color: '#6345AA'

red 99 ◦ green 69 ◦ blue 170

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

Shades of Royal Purple #6345AA

Tints of Royal Purple #6345AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

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

R = 29.29%
G = 20.41%
B = 50.3%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6345AA (or 0x6345AA) is known color: Royal Purple. HEX triplet: 63, 45 and AA. RGB value is (99,69,170). Sum of RGB (Red+Green+Blue) = 99+69+170=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #6345AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6345AA is #9CBA55. Grayscale: #595959. Windows color (decimal): -10271318 or 11158883. OLE color: 11158883.

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

Color convert

RGB 99 69 170 -
CMYK 0.42 0.59 0 0.33
HSL 257.82º 0.42% 0.47% -
HSV(B) 257.82º 0.59% 0.67% -
XYZ 14.53 9.81 39.16 -
YUV 89.48 173.44 134.79 -
System Red Green Blue C M Y K H S L
Decimal 99 69 170 0.42 0.59 0 0.33 257.82 0.42 0.47
Hex 63 45 AA 2A 3B 0 21 102 2A 2F
Octal 143 105 252 52 73 0 41 402 52 57
Binary 1100011 1000101 10101010 101010 111011 0 100001 100000010 101010 101111

Color Harmonies of #6345AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6345AA

Black with #6345AA

Text Example


Text Example

White with #6345AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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