Html Css Color HEX #62269E Royal Purple

📋 copy color: '#62269E'

red 98 ◦ green 38 ◦ blue 158

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

Shades of Royal Purple #62269E

Tints of Royal Purple #62269E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

 BLUE value IS 158 (62.11% from 255) = 53.74%

R = 33.33%
G = 12.93%
B = 53.74%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62269E (or 0x62269E) is known color: Royal Purple. HEX triplet: 62, 26 and 9E. RGB value is (98,38,158). Sum of RGB (Red+Green+Blue) = 98+38+158=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #62269E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62269E is #9DD961. Grayscale: #454545. Windows color (decimal): -10344802 or 10364514. OLE color: 10364514.

HSL color Cylindrical-coordinate representation of color #62269E: hue angle of 270º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62269E is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 38 158 -
CMYK 0.38 0.76 0 0.38
HSL 270º 0.61% 0.38% -
HSV(B) 270º 0.76% 0.62% -
XYZ 11.9 6.45 32.97 -
YUV 69.62 177.88 148.24 -
System Red Green Blue C M Y K H S L
Decimal 98 38 158 0.38 0.76 0 0.38 270 0.61 0.38
Hex 62 26 9E 26 4C 0 26 10E 3D 26
Octal 142 46 236 46 114 0 46 416 75 46
Binary 1100010 100110 10011110 100110 1001100 0 100110 100001110 111101 100110

Color Harmonies of #62269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62269E

Black with #62269E

Text Example


Text Example

White with #62269E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62269E; }

 p { color: rgb(98,38,158); }

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

background-color css

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

 a { background-color: rgb(98,38,158); }

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

border-color css

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

 span { border-color: rgb(98,38,158); }

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