Html Css Color HEX #7C36FD Blue Violet

📋 copy color: '#7C36FD'

red 124 ◦ green 54 ◦ blue 253

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

Shades of Blue Violet #7C36FD

Tints of Blue Violet #7C36FD

RGB

 RED value IS 124 (48.83% from 255) = 28.77%

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

 BLUE value IS 253 (99.22% from 255) = 58.7%

R = 28.77%
G = 12.53%
B = 58.7%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7C36FD (or 0x7C36FD) is known color: Blue Violet. HEX triplet: 7C, 36 and FD. RGB value is (124,54,253). Sum of RGB (Red+Green+Blue) = 124+54+253=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C36FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C36FD is #83C902. Grayscale: #606060. Windows color (decimal): -8636675 or 16594556. OLE color: 16594556.

HSL color Cylindrical-coordinate representation of color #7C36FD: hue angle of 261.11º degrees, saturation: 0.98, 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 #7C36FD is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 124 54 253 -
CMYK 0.51 0.79 0 0.01
HSL 261.11º 0.98% 0.6% -
HSV(B) 261.11º 0.79% 0.99% -
XYZ 27.36 14.02 94.19 -
YUV 97.62 215.69 146.82 -
System Red Green Blue C M Y K H S L
Decimal 124 54 253 0.51 0.79 0 0.01 261.11 0.98 0.6
Hex 7C 36 FD 33 4F 0 1 105 62 3C
Octal 174 66 375 63 117 0 1 405 142 74
Binary 1111100 110110 11111101 110011 1001111 0 1 100000101 1100010 111100

Color Harmonies of #7C36FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C36FD

Black with #7C36FD

Text Example


Text Example

White with #7C36FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C36FD; }

 p { color: rgb(124,54,253); }

 H1.HeaderClassName
 {
   color: #7C36FD;
 }
 .AnyTagClassName
 {
   color: #7C36FD;
 }
</style>

background-color css

<style>
 a { background-color: #7C36FD; }

 a { background-color: rgb(124,54,253); }

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

border-color css

<style>
 span { border-color: #7C36FD; }

 span { border-color: rgb(124,54,253); }

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