Html Css Color HEX #6239A0 Royal Purple

📋 copy color: '#6239A0'

red 98 ◦ green 57 ◦ blue 160

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

Shades of Royal Purple #6239A0

Tints of Royal Purple #6239A0

RGB

 RED value IS 98 (38.67% from 255) = 31.11%

 GREEN value IS 57 (22.66% from 255) = 18.1%

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

R = 31.11%
G = 18.1%
B = 50.79%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6239A0 (or 0x6239A0) is known color: Royal Purple. HEX triplet: 62, 39 and A0. RGB value is (98,57,160). Sum of RGB (Red+Green+Blue) = 98+57+160=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #6239A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6239A0 is #9DC65F. Grayscale: #505050. Windows color (decimal): -10339936 or 10500450. OLE color: 10500450.

HSL color Cylindrical-coordinate representation of color #6239A0: hue angle of 263.88º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6239A0 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 57 160 -
CMYK 0.39 0.64 0 0.37
HSL 263.88º 0.47% 0.43% -
HSV(B) 263.88º 0.64% 0.63% -
XYZ 12.85 8.06 34.14 -
YUV 81 172.58 140.12 -
System Red Green Blue C M Y K H S L
Decimal 98 57 160 0.39 0.64 0 0.37 263.88 0.47 0.43
Hex 62 39 A0 27 40 0 25 108 2F 2B
Octal 142 71 240 47 100 0 45 410 57 53
Binary 1100010 111001 10100000 100111 1000000 0 100101 100001000 101111 101011

Color Harmonies of #6239A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6239A0

Black with #6239A0

Text Example


Text Example

White with #6239A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,57,160); }

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

background-color css

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

 a { background-color: rgb(98,57,160); }

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

border-color css

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

 span { border-color: rgb(98,57,160); }

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