Html Css Color HEX #643098 Royal Purple

📋 copy color: '#643098'

red 100 ◦ green 48 ◦ blue 152

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

Shades of Royal Purple #643098

Tints of Royal Purple #643098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.67%

R = 33.33%
G = 16%
B = 50.67%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#643098 (or 0x643098) is known color: Royal Purple. HEX triplet: 64, 30 and 98. RGB value is (100,48,152). Sum of RGB (Red+Green+Blue) = 100+48+152=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #643098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643098 is #9BCF67. Grayscale: #4B4B4B. Windows color (decimal): -10211176 or 9973860. OLE color: 9973860.

HSL color Cylindrical-coordinate representation of color #643098: hue angle of 270º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #643098 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 48 152 -
CMYK 0.34 0.68 0 0.40
HSL 270º 0.52% 0.39% -
HSV(B) 270º 0.68% 0.6% -
XYZ 11.98 7.09 30.44 -
YUV 75.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 100 48 152 0.34 0.68 0 0.40 270 0.52 0.39
Hex 64 30 98 22 44 0 28 10E 34 27
Octal 144 60 230 42 104 0 50 416 64 47
Binary 1100100 110000 10011000 100010 1000100 0 101000 100001110 110100 100111

Color Harmonies of #643098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643098

Black with #643098

Text Example


Text Example

White with #643098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643098; }

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

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

background-color css

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

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

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

border-color css

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

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

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