Html Css Color HEX #6343A0 Royal Purple

📋 copy color: '#6343A0'

red 99 ◦ green 67 ◦ blue 160

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

Shades of Royal Purple #6343A0

Tints of Royal Purple #6343A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 49.08%

R = 30.37%
G = 20.55%
B = 49.08%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6343A0 (or 0x6343A0) is known color: Royal Purple. HEX triplet: 63, 43 and A0. RGB value is (99,67,160). Sum of RGB (Red+Green+Blue) = 99+67+160=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #6343A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6343A0 is #9CBC5F. Grayscale: #565656. Windows color (decimal): -10271840 or 10503011. OLE color: 10503011.

HSL color Cylindrical-coordinate representation of color #6343A0: hue angle of 260.65º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6343A0 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 67 160 -
CMYK 0.38 0.58 0 0.37
HSL 260.65º 0.41% 0.45% -
HSV(B) 260.65º 0.58% 0.63% -
XYZ 13.5 9.21 34.32 -
YUV 87.17 169.1 136.44 -
System Red Green Blue C M Y K H S L
Decimal 99 67 160 0.38 0.58 0 0.37 260.65 0.41 0.45
Hex 63 43 A0 26 3A 0 25 105 29 2D
Octal 143 103 240 46 72 0 45 405 51 55
Binary 1100011 1000011 10100000 100110 111010 0 100101 100000101 101001 101101

Color Harmonies of #6343A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6343A0

Black with #6343A0

Text Example


Text Example

White with #6343A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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