Html Css Color HEX #7A1CCC Blue Violet

📋 copy color: '#7A1CCC'

red 122 ◦ green 28 ◦ blue 204

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

Shades of Blue Violet #7A1CCC

Tints of Blue Violet #7A1CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.91%

 BLUE value IS 204 (80.08% from 255) = 57.63%

R = 34.46%
G = 7.91%
B = 57.63%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A1CCC (or 0x7A1CCC) is known color: Blue Violet. HEX triplet: 7A, 1C and CC. RGB value is (122,28,204). Sum of RGB (Red+Green+Blue) = 122+28+204=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A1CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1CCC is #85E333. Grayscale: #4B4B4B. Windows color (decimal): -8774452 or 13376634. OLE color: 13376634.

HSL color Cylindrical-coordinate representation of color #7A1CCC: hue angle of 272.05º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1CCC is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 28 204 -
CMYK 0.40 0.86 0 0.2
HSL 272.05º 0.76% 0.45% -
HSV(B) 272.05º 0.86% 0.8% -
XYZ 19.34 9.33 57.91 -
YUV 76.17 200.14 160.69 -
System Red Green Blue C M Y K H S L
Decimal 122 28 204 0.40 0.86 0 0.2 272.05 0.76 0.45
Hex 7A 1C CC 28 56 0 14 110 4C 2D
Octal 172 34 314 50 126 0 24 420 114 55
Binary 1111010 11100 11001100 101000 1010110 0 10100 100010000 1001100 101101

Color Harmonies of #7A1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1CCC

Black with #7A1CCC

Text Example


Text Example

White with #7A1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,28,204); }

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

background-color css

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

 a { background-color: rgb(122,28,204); }

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

border-color css

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

 span { border-color: rgb(122,28,204); }

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