Html Css Color HEX #6430AA Royal Purple

📋 copy color: '#6430AA'

red 100 ◦ green 48 ◦ blue 170

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

Shades of Royal Purple #6430AA

Tints of Royal Purple #6430AA

RGB

 RED value IS 100 (39.45% from 255) = 31.45%

 GREEN value IS 48 (19.14% from 255) = 15.09%

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

R = 31.45%
G = 15.09%
B = 53.46%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6430AA (or 0x6430AA) is known color: Royal Purple. HEX triplet: 64, 30 and AA. RGB value is (100,48,170). Sum of RGB (Red+Green+Blue) = 100+48+170=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #6430AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6430AA is #9BCF55. Grayscale: #4D4D4D. Windows color (decimal): -10211158 or 11153508. OLE color: 11153508.

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

Color convert

RGB 100 48 170 -
CMYK 0.41 0.72 0 0.33
HSL 265.57º 0.56% 0.43% -
HSV(B) 265.57º 0.72% 0.67% -
XYZ 13.57 7.73 38.81 -
YUV 77.46 180.23 144.08 -
System Red Green Blue C M Y K H S L
Decimal 100 48 170 0.41 0.72 0 0.33 265.57 0.56 0.43
Hex 64 30 AA 29 48 0 21 10A 38 2B
Octal 144 60 252 51 110 0 41 412 70 53
Binary 1100100 110000 10101010 101001 1001000 0 100001 100001010 111000 101011

Color Harmonies of #6430AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6430AA

Black with #6430AA

Text Example


Text Example

White with #6430AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,48,170); }

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

background-color css

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

 a { background-color: rgb(100,48,170); }

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

border-color css

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

 span { border-color: rgb(100,48,170); }

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