Html Css Color HEX #975CE7 Medium Purple

📋 copy color: '#975CE7'

red 151 ◦ green 92 ◦ blue 231

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

Shades of Medium Purple #975CE7

Tints of Medium Purple #975CE7

RGB

 RED value IS 151 (59.38% from 255) = 31.86%

 GREEN value IS 92 (36.33% from 255) = 19.41%

 BLUE value IS 231 (90.63% from 255) = 48.73%

R = 31.86%
G = 19.41%
B = 48.73%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#975CE7 (or 0x975CE7) is known color: Medium Purple. HEX triplet: 97, 5C and E7. RGB value is (151,92,231). Sum of RGB (Red+Green+Blue) = 151+92+231=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #975CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975CE7 is #68A318. Grayscale: #7C7C7C. Windows color (decimal): -6857497 or 15162519. OLE color: 15162519.

HSL color Cylindrical-coordinate representation of color #975CE7: hue angle of 265.47º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #975CE7 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 151 92 231 -
CMYK 0.35 0.60 0 0.09
HSL 265.47º 0.74% 0.63% -
HSV(B) 265.47º 0.6% 0.91% -
XYZ 31.01 20 77.83 -
YUV 125.49 187.55 146.2 -
System Red Green Blue C M Y K H S L
Decimal 151 92 231 0.35 0.60 0 0.09 265.47 0.74 0.63
Hex 97 5C E7 23 3C 0 9 109 4A 3F
Octal 227 134 347 43 74 0 11 411 112 77
Binary 10010111 1011100 11100111 100011 111100 0 1001 100001001 1001010 111111

Color Harmonies of #975CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CE7

Black with #975CE7

Text Example


Text Example

White with #975CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975CE7; }

 p { color: rgb(151,92,231); }

 H1.HeaderClassName
 {
   color: #975CE7;
 }
 .AnyTagClassName
 {
   color: #975CE7;
 }
</style>

background-color css

<style>
 a { background-color: #975CE7; }

 a { background-color: rgb(151,92,231); }

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

border-color css

<style>
 span { border-color: #975CE7; }

 span { border-color: rgb(151,92,231); }

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