Html Css Color HEX #751BED Blue Violet

📋 copy color: '#751BED'

red 117 ◦ green 27 ◦ blue 237

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

Shades of Blue Violet #751BED

Tints of Blue Violet #751BED

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.09%

 BLUE value IS 237 (92.97% from 255) = 62.2%

R = 30.71%
G = 7.09%
B = 62.2%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#751BED (or 0x751BED) is known color: Blue Violet. HEX triplet: 75, 1B and ED. RGB value is (117,27,237). Sum of RGB (Red+Green+Blue) = 117+27+237=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #751BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751BED is #8AE412. Grayscale: #4D4D4D. Windows color (decimal): -9102355 or 15539061. OLE color: 15539061.

HSL color Cylindrical-coordinate representation of color #751BED: hue angle of 265.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #751BED is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 27 237 -
CMYK 0.51 0.89 0 0.07
HSL 265.71º 0.85% 0.52% -
HSV(B) 265.71º 0.89% 0.93% -
XYZ 23.01 10.68 80.97 -
YUV 77.85 217.82 155.92 -
System Red Green Blue C M Y K H S L
Decimal 117 27 237 0.51 0.89 0 0.07 265.71 0.85 0.52
Hex 75 1B ED 33 59 0 7 10A 55 34
Octal 165 33 355 63 131 0 7 412 125 64
Binary 1110101 11011 11101101 110011 1011001 0 111 100001010 1010101 110100

Color Harmonies of #751BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BED

Black with #751BED

Text Example


Text Example

White with #751BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751BED; }

 p { color: rgb(117,27,237); }

 H1.HeaderClassName
 {
   color: #751BED;
 }
 .AnyTagClassName
 {
   color: #751BED;
 }
</style>

background-color css

<style>
 a { background-color: #751BED; }

 a { background-color: rgb(117,27,237); }

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

border-color css

<style>
 span { border-color: #751BED; }

 span { border-color: rgb(117,27,237); }

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