Html Css Color HEX #6025A5 Royal Purple

📋 copy color: '#6025A5'

red 96 ◦ green 37 ◦ blue 165

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

Shades of Royal Purple #6025A5

Tints of Royal Purple #6025A5

RGB

 RED value IS 96 (37.89% from 255) = 32.21%

 GREEN value IS 37 (14.84% from 255) = 12.42%

 BLUE value IS 165 (64.84% from 255) = 55.37%

R = 32.21%
G = 12.42%
B = 55.37%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6025A5 (or 0x6025A5) is known color: Royal Purple. HEX triplet: 60, 25 and A5. RGB value is (96,37,165). Sum of RGB (Red+Green+Blue) = 96+37+165=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 165 (64.84% from 255 or 55.37% from 298); Max value from RGB is 165 - color contains mainly: blue. Hex color #6025A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6025A5 is #9FDA5A. Grayscale: #444444. Windows color (decimal): -10476123 or 10823008. OLE color: 10823008.

HSL color Cylindrical-coordinate representation of color #6025A5: hue angle of 267.66º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6025A5 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 37 165 -
CMYK 0.42 0.78 0 0.35
HSL 267.66º 0.63% 0.4% -
HSV(B) 267.66º 0.78% 0.65% -
XYZ 12.28 6.53 36.21 -
YUV 69.23 182.05 147.09 -
System Red Green Blue C M Y K H S L
Decimal 96 37 165 0.42 0.78 0 0.35 267.66 0.63 0.4
Hex 60 25 A5 2A 4E 0 23 10C 3F 28
Octal 140 45 245 52 116 0 43 414 77 50
Binary 1100000 100101 10100101 101010 1001110 0 100011 100001100 111111 101000

Color Harmonies of #6025A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6025A5

Black with #6025A5

Text Example


Text Example

White with #6025A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6025A5; }

 p { color: rgb(96,37,165); }

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

background-color css

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

 a { background-color: rgb(96,37,165); }

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

border-color css

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

 span { border-color: rgb(96,37,165); }

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