Html Css Color HEX #7B35FF Blue Violet

📋 copy color: '#7B35FF'

red 123 ◦ green 53 ◦ blue 255

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

Shades of Blue Violet #7B35FF

Tints of Blue Violet #7B35FF

RGB

 RED value IS 123 (48.44% from 255) = 28.54%

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

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

R = 28.54%
G = 12.3%
B = 59.16%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7B35FF (or 0x7B35FF) is known color: Blue Violet. HEX triplet: 7B, 35 and FF. RGB value is (123,53,255). Sum of RGB (Red+Green+Blue) = 123+53+255=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B35FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B35FF is #84CA00. Grayscale: #606060. Windows color (decimal): -8702465 or 16725371. OLE color: 16725371.

HSL color Cylindrical-coordinate representation of color #7B35FF: hue angle of 260.79º 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 #7B35FF is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 123 53 255 -
CMYK 0.52 0.79 0 0
HSL 260.79º 1% 0.6% -
HSV(B) 260.79º 0.79% 1% -
XYZ 27.49 13.98 95.86 -
YUV 96.96 217.19 146.57 -
System Red Green Blue C M Y K H S L
Decimal 123 53 255 0.52 0.79 0 0 260.79 1 0.6
Hex 7B 35 FF 34 4F 0 0 105 64 3C
Octal 173 65 377 64 117 0 0 405 144 74
Binary 1111011 110101 11111111 110100 1001111 0 0 100000101 1100100 111100

Color Harmonies of #7B35FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B35FF

Black with #7B35FF

Text Example


Text Example

White with #7B35FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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