Html Css Color HEX #7247CA Slate Blue

📋 copy color: '#7247CA'

red 114 ◦ green 71 ◦ blue 202

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

Shades of Slate Blue #7247CA

Tints of Slate Blue #7247CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 29.46%
G = 18.35%
B = 52.2%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7247CA (or 0x7247CA) is known color: Slate Blue. HEX triplet: 72, 47 and CA. RGB value is (114,71,202). Sum of RGB (Red+Green+Blue) = 114+71+202=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #7247CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7247CA is #8DB835. Grayscale: #626262. Windows color (decimal): -9287734 or 13256562. OLE color: 13256562.

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

Color convert

RGB 114 71 202 -
CMYK 0.44 0.65 0 0.21
HSL 259.69º 0.55% 0.54% -
HSV(B) 259.69º 0.65% 0.79% -
XYZ 19.85 12.35 57.21 -
YUV 98.79 186.25 138.85 -
System Red Green Blue C M Y K H S L
Decimal 114 71 202 0.44 0.65 0 0.21 259.69 0.55 0.54
Hex 72 47 CA 2C 41 0 15 104 37 36
Octal 162 107 312 54 101 0 25 404 67 66
Binary 1110010 1000111 11001010 101100 1000001 0 10101 100000100 110111 110110

Color Harmonies of #7247CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7247CA

Black with #7247CA

Text Example


Text Example

White with #7247CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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