Html Css Color HEX #6435A0 Royal Purple

📋 copy color: '#6435A0'

red 100 ◦ green 53 ◦ blue 160

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

Shades of Royal Purple #6435A0

Tints of Royal Purple #6435A0

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.93%

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

R = 31.95%
G = 16.93%
B = 51.12%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6435A0 (or 0x6435A0) is known color: Royal Purple. HEX triplet: 64, 35 and A0. RGB value is (100,53,160). Sum of RGB (Red+Green+Blue) = 100+53+160=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 160 (62.89% from 255 or 51.12% from 313); Max value from RGB is 160 - color contains mainly: blue. Hex color #6435A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6435A0 is #9BCA5F. Grayscale: #4E4E4E. Windows color (decimal): -10209888 or 10499428. OLE color: 10499428.

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

Color convert

RGB 100 53 160 -
CMYK 0.38 0.67 0 0.37
HSL 266.36º 0.5% 0.42% -
HSV(B) 266.36º 0.67% 0.63% -
XYZ 12.87 7.79 34.08 -
YUV 79.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 100 53 160 0.38 0.67 0 0.37 266.36 0.5 0.42
Hex 64 35 A0 26 43 0 25 10A 32 2A
Octal 144 65 240 46 103 0 45 412 62 52
Binary 1100100 110101 10100000 100110 1000011 0 100101 100001010 110010 101010

Color Harmonies of #6435A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6435A0

Black with #6435A0

Text Example


Text Example

White with #6435A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,53,160); }

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

background-color css

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

 a { background-color: rgb(100,53,160); }

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

border-color css

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

 span { border-color: rgb(100,53,160); }

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