Html Css Color HEX #7536FC Blue Violet

📋 copy color: '#7536FC'

red 117 ◦ green 54 ◦ blue 252

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

Shades of Blue Violet #7536FC

Tints of Blue Violet #7536FC

RGB

 RED value IS 117 (46.09% from 255) = 27.66%

 GREEN value IS 54 (21.48% from 255) = 12.77%

 BLUE value IS 252 (98.83% from 255) = 59.57%

R = 27.66%
G = 12.77%
B = 59.57%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7536FC (or 0x7536FC) is known color: Blue Violet. HEX triplet: 75, 36 and FC. RGB value is (117,54,252). Sum of RGB (Red+Green+Blue) = 117+54+252=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #7536FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7536FC is #8AC903. Grayscale: #5E5E5E. Windows color (decimal): -9095428 or 16529013. OLE color: 16529013.

HSL color Cylindrical-coordinate representation of color #7536FC: hue angle of 259.09º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7536FC is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 54 252 -
CMYK 0.54 0.79 0 0.01
HSL 259.09º 0.97% 0.6% -
HSV(B) 259.09º 0.79% 0.99% -
XYZ 26.23 13.45 93.31 -
YUV 95.41 216.37 143.4 -
System Red Green Blue C M Y K H S L
Decimal 117 54 252 0.54 0.79 0 0.01 259.09 0.97 0.6
Hex 75 36 FC 36 4F 0 1 103 61 3C
Octal 165 66 374 66 117 0 1 403 141 74
Binary 1110101 110110 11111100 110110 1001111 0 1 100000011 1100001 111100

Color Harmonies of #7536FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7536FC

Black with #7536FC

Text Example


Text Example

White with #7536FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7536FC; }

 p { color: rgb(117,54,252); }

 H1.HeaderClassName
 {
   color: #7536FC;
 }
 .AnyTagClassName
 {
   color: #7536FC;
 }
</style>

background-color css

<style>
 a { background-color: #7536FC; }

 a { background-color: rgb(117,54,252); }

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

border-color css

<style>
 span { border-color: #7536FC; }

 span { border-color: rgb(117,54,252); }

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