Html Css Color HEX #7C35FF Blue Violet

📋 copy color: '#7C35FF'

red 124 ◦ green 53 ◦ blue 255

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

Shades of Blue Violet #7C35FF

Tints of Blue Violet #7C35FF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.27%

 BLUE value IS 255 (100% from 255) = 59.03%

R = 28.7%
G = 12.27%
B = 59.03%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7C35FF (or 0x7C35FF) is known color: Blue Violet. HEX triplet: 7C, 35 and FF. RGB value is (124,53,255). Sum of RGB (Red+Green+Blue) = 124+53+255=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C35FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C35FF is #83CA00. Grayscale: #606060. Windows color (decimal): -8636929 or 16725372. OLE color: 16725372.

HSL color Cylindrical-coordinate representation of color #7C35FF: hue angle of 261.09º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C35FF is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 124 53 255 -
CMYK 0.51 0.79 0 0
HSL 261.09º 1% 0.6% -
HSV(B) 261.09º 0.79% 1% -
XYZ 27.64 14.05 95.86 -
YUV 97.26 217.02 147.07 -
System Red Green Blue C M Y K H S L
Decimal 124 53 255 0.51 0.79 0 0 261.09 1 0.6
Hex 7C 35 FF 33 4F 0 0 105 64 3C
Octal 174 65 377 63 117 0 0 405 144 74
Binary 1111100 110101 11111111 110011 1001111 0 0 100000101 1100100 111100

Color Harmonies of #7C35FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C35FF

Black with #7C35FF

Text Example


Text Example

White with #7C35FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,53,255); }

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

background-color css

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

 a { background-color: rgb(124,53,255); }

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

border-color css

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

 span { border-color: rgb(124,53,255); }

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