Html Css Color HEX #7A1BEE Blue Violet

📋 copy color: '#7A1BEE'

red 122 ◦ green 27 ◦ blue 238

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

Shades of Blue Violet #7A1BEE

Tints of Blue Violet #7A1BEE

RGB

 RED value IS 122 (48.05% from 255) = 31.52%

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

 BLUE value IS 238 (93.36% from 255) = 61.5%

R = 31.52%
G = 6.98%
B = 61.5%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7A1BEE (or 0x7A1BEE) is known color: Blue Violet. HEX triplet: 7A, 1B and EE. RGB value is (122,27,238). Sum of RGB (Red+Green+Blue) = 122+27+238=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A1BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1BEE is #85E411. Grayscale: #4E4E4E. Windows color (decimal): -8774674 or 15604602. OLE color: 15604602.

HSL color Cylindrical-coordinate representation of color #7A1BEE: hue angle of 267.01º degrees, saturation: 0.86, 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 #7A1BEE is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 27 238 -
CMYK 0.49 0.89 0 0.07
HSL 267.01º 0.86% 0.52% -
HSV(B) 267.01º 0.89% 0.93% -
XYZ 23.85 11.09 81.77 -
YUV 79.46 217.47 158.34 -
System Red Green Blue C M Y K H S L
Decimal 122 27 238 0.49 0.89 0 0.07 267.01 0.86 0.52
Hex 7A 1B EE 31 59 0 7 10B 56 34
Octal 172 33 356 61 131 0 7 413 126 64
Binary 1111010 11011 11101110 110001 1011001 0 111 100001011 1010110 110100

Color Harmonies of #7A1BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1BEE

Black with #7A1BEE

Text Example


Text Example

White with #7A1BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,27,238); }

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

background-color css

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

 a { background-color: rgb(122,27,238); }

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

border-color css

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

 span { border-color: rgb(122,27,238); }

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