Html Css Color HEX #62309B Royal Purple

📋 copy color: '#62309B'

red 98 ◦ green 48 ◦ blue 155

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

Shades of Royal Purple #62309B

Tints of Royal Purple #62309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.5%

R = 32.56%
G = 15.95%
B = 51.5%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62309B (or 0x62309B) is known color: Royal Purple. HEX triplet: 62, 30 and 9B. RGB value is (98,48,155). Sum of RGB (Red+Green+Blue) = 98+48+155=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #62309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62309B is #9DCF64. Grayscale: #4A4A4A. Windows color (decimal): -10342245 or 10170466. OLE color: 10170466.

HSL color Cylindrical-coordinate representation of color #62309B: hue angle of 268.04º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62309B is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 48 155 -
CMYK 0.37 0.69 0 0.39
HSL 268.04º 0.53% 0.4% -
HSV(B) 268.04º 0.69% 0.61% -
XYZ 12.01 7.08 31.74 -
YUV 75.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 98 48 155 0.37 0.69 0 0.39 268.04 0.53 0.4
Hex 62 30 9B 25 45 0 27 10C 35 28
Octal 142 60 233 45 105 0 47 414 65 50
Binary 1100010 110000 10011011 100101 1000101 0 100111 100001100 110101 101000

Color Harmonies of #62309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62309B

Black with #62309B

Text Example


Text Example

White with #62309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62309B; }

 p { color: rgb(98,48,155); }

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

background-color css

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

 a { background-color: rgb(98,48,155); }

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

border-color css

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

 span { border-color: rgb(98,48,155); }

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