Html Css Color HEX #6347A2 Royal Purple

📋 copy color: '#6347A2'

red 99 ◦ green 71 ◦ blue 162

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

Shades of Royal Purple #6347A2

Tints of Royal Purple #6347A2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.39%

 BLUE value IS 162 (63.67% from 255) = 48.8%

R = 29.82%
G = 21.39%
B = 48.8%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6347A2 (or 0x6347A2) is known color: Royal Purple. HEX triplet: 63, 47 and A2. RGB value is (99,71,162). Sum of RGB (Red+Green+Blue) = 99+71+162=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 162 - color contains mainly: blue. Hex color #6347A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6347A2 is #9CB85D. Grayscale: #595959. Windows color (decimal): -10270814 or 10635107. OLE color: 10635107.

HSL color Cylindrical-coordinate representation of color #6347A2: hue angle of 258.46º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6347A2 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 99 71 162 -
CMYK 0.39 0.56 0 0.36
HSL 258.46º 0.39% 0.46% -
HSV(B) 258.46º 0.56% 0.64% -
XYZ 13.92 9.77 35.33 -
YUV 89.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 99 71 162 0.39 0.56 0 0.36 258.46 0.39 0.46
Hex 63 47 A2 27 38 0 24 102 27 2E
Octal 143 107 242 47 70 0 44 402 47 56
Binary 1100011 1000111 10100010 100111 111000 0 100100 100000010 100111 101110

Color Harmonies of #6347A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6347A2

Black with #6347A2

Text Example


Text Example

White with #6347A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6347A2; }

 p { color: rgb(99,71,162); }

 H1.HeaderClassName
 {
   color: #6347A2;
 }
 .AnyTagClassName
 {
   color: #6347A2;
 }
</style>

background-color css

<style>
 a { background-color: #6347A2; }

 a { background-color: rgb(99,71,162); }

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

border-color css

<style>
 span { border-color: #6347A2; }

 span { border-color: rgb(99,71,162); }

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