Html Css Color HEX #7247C9 Slate Blue

📋 copy color: '#7247C9'

red 114 ◦ green 71 ◦ blue 201

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

Shades of Slate Blue #7247C9

Tints of Slate Blue #7247C9

RGB

 RED value IS 114 (44.92% from 255) = 29.53%

 GREEN value IS 71 (28.13% from 255) = 18.39%

 BLUE value IS 201 (78.91% from 255) = 52.07%

R = 29.53%
G = 18.39%
B = 52.07%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7247C9 (or 0x7247C9) is known color: Slate Blue. HEX triplet: 72, 47 and C9. RGB value is (114,71,201). Sum of RGB (Red+Green+Blue) = 114+71+201=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #7247C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7247C9 is #8DB836. Grayscale: #626262. Windows color (decimal): -9287735 or 13191026. OLE color: 13191026.

HSL color Cylindrical-coordinate representation of color #7247C9: hue angle of 259.85º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7247C9 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 71 201 -
CMYK 0.43 0.65 0 0.21
HSL 259.85º 0.55% 0.53% -
HSV(B) 259.85º 0.65% 0.79% -
XYZ 19.74 12.3 56.59 -
YUV 98.68 185.75 138.93 -
System Red Green Blue C M Y K H S L
Decimal 114 71 201 0.43 0.65 0 0.21 259.85 0.55 0.53
Hex 72 47 C9 2B 41 0 15 104 37 35
Octal 162 107 311 53 101 0 25 404 67 65
Binary 1110010 1000111 11001001 101011 1000001 0 10101 100000100 110111 110101

Color Harmonies of #7247C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7247C9

Black with #7247C9

Text Example


Text Example

White with #7247C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7247C9; }

 p { color: rgb(114,71,201); }

 H1.HeaderClassName
 {
   color: #7247C9;
 }
 .AnyTagClassName
 {
   color: #7247C9;
 }
</style>

background-color css

<style>
 a { background-color: #7247C9; }

 a { background-color: rgb(114,71,201); }

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

border-color css

<style>
 span { border-color: #7247C9; }

 span { border-color: rgb(114,71,201); }

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