Html Css Color HEX #6128A4 Royal Purple

📋 copy color: '#6128A4'

red 97 ◦ green 40 ◦ blue 164

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

Shades of Royal Purple #6128A4

Tints of Royal Purple #6128A4

RGB

 RED value IS 97 (38.28% from 255) = 32.23%

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 164 (64.45% from 255) = 54.49%

R = 32.23%
G = 13.29%
B = 54.49%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6128A4 (or 0x6128A4) is known color: Royal Purple. HEX triplet: 61, 28 and A4. RGB value is (97,40,164). Sum of RGB (Red+Green+Blue) = 97+40+164=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 164 (64.45% from 255 or 54.49% from 301); Max value from RGB is 164 - color contains mainly: blue. Hex color #6128A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6128A4 is #9ED75B. Grayscale: #464646. Windows color (decimal): -10409820 or 10758241. OLE color: 10758241.

HSL color Cylindrical-coordinate representation of color #6128A4: hue angle of 267.58º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6128A4 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 40 164 -
CMYK 0.41 0.76 0 0.36
HSL 267.58º 0.61% 0.4% -
HSV(B) 267.58º 0.76% 0.64% -
XYZ 12.39 6.74 35.77 -
YUV 71.18 180.38 146.42 -
System Red Green Blue C M Y K H S L
Decimal 97 40 164 0.41 0.76 0 0.36 267.58 0.61 0.4
Hex 61 28 A4 29 4C 0 24 10C 3D 28
Octal 141 50 244 51 114 0 44 414 75 50
Binary 1100001 101000 10100100 101001 1001100 0 100100 100001100 111101 101000

Color Harmonies of #6128A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6128A4

Black with #6128A4

Text Example


Text Example

White with #6128A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6128A4; }

 p { color: rgb(97,40,164); }

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

background-color css

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

 a { background-color: rgb(97,40,164); }

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

border-color css

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

 span { border-color: rgb(97,40,164); }

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