Html Css Color HEX #6430AB Royal Purple

📋 copy color: '#6430AB'

red 100 ◦ green 48 ◦ blue 171

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

Shades of Royal Purple #6430AB

Tints of Royal Purple #6430AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 31.35%
G = 15.05%
B = 53.61%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6430AB (or 0x6430AB) is known color: Royal Purple. HEX triplet: 64, 30 and AB. RGB value is (100,48,171). Sum of RGB (Red+Green+Blue) = 100+48+171=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #6430AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6430AB is #9BCF54. Grayscale: #4D4D4D. Windows color (decimal): -10211157 or 11219044. OLE color: 11219044.

HSL color Cylindrical-coordinate representation of color #6430AB: hue angle of 265.37º 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 #6430AB is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 48 171 -
CMYK 0.42 0.72 0 0.33
HSL 265.37º 0.56% 0.43% -
HSV(B) 265.37º 0.72% 0.67% -
XYZ 13.66 7.76 39.31 -
YUV 77.57 180.73 144 -
System Red Green Blue C M Y K H S L
Decimal 100 48 171 0.42 0.72 0 0.33 265.37 0.56 0.43
Hex 64 30 AB 2A 48 0 21 109 38 2B
Octal 144 60 253 52 110 0 41 411 70 53
Binary 1100100 110000 10101011 101010 1001000 0 100001 100001001 111000 101011

Color Harmonies of #6430AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6430AB

Black with #6430AB

Text Example


Text Example

White with #6430AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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