Html Css Color HEX #6343AA Royal Purple

📋 copy color: '#6343AA'

red 99 ◦ green 67 ◦ blue 170

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

Shades of Royal Purple #6343AA

Tints of Royal Purple #6343AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.94%

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

R = 29.46%
G = 19.94%
B = 50.6%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6343AA (or 0x6343AA) is known color: Royal Purple. HEX triplet: 63, 43 and AA. RGB value is (99,67,170). Sum of RGB (Red+Green+Blue) = 99+67+170=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #6343AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6343AA is #9CBC55. Grayscale: #575757. Windows color (decimal): -10271830 or 11158371. OLE color: 11158371.

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

Color convert

RGB 99 67 170 -
CMYK 0.42 0.61 0 0.33
HSL 258.64º 0.43% 0.46% -
HSV(B) 258.64º 0.61% 0.67% -
XYZ 14.41 9.57 39.12 -
YUV 88.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 99 67 170 0.42 0.61 0 0.33 258.64 0.43 0.46
Hex 63 43 AA 2A 3D 0 21 103 2B 2E
Octal 143 103 252 52 75 0 41 403 53 56
Binary 1100011 1000011 10101010 101010 111101 0 100001 100000011 101011 101110

Color Harmonies of #6343AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6343AA

Black with #6343AA

Text Example


Text Example

White with #6343AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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