Html Css Color HEX #7A14CC Blue Violet

📋 copy color: '#7A14CC'

red 122 ◦ green 20 ◦ blue 204

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

Shades of Blue Violet #7A14CC

Tints of Blue Violet #7A14CC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

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

R = 35.26%
G = 5.78%
B = 58.96%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A14CC (or 0x7A14CC) is known color: Blue Violet. HEX triplet: 7A, 14 and CC. RGB value is (122,20,204). Sum of RGB (Red+Green+Blue) = 122+20+204=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A14CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A14CC is #85EB33. Grayscale: #464646. Windows color (decimal): -8776500 or 13374586. OLE color: 13374586.

HSL color Cylindrical-coordinate representation of color #7A14CC: hue angle of 273.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A14CC is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 20 204 -
CMYK 0.40 0.90 0 0.2
HSL 273.26º 0.82% 0.44% -
HSV(B) 273.26º 0.9% 0.8% -
XYZ 19.18 9 57.85 -
YUV 71.47 202.79 164.04 -
System Red Green Blue C M Y K H S L
Decimal 122 20 204 0.40 0.90 0 0.2 273.26 0.82 0.44
Hex 7A 14 CC 28 5A 0 14 111 52 2C
Octal 172 24 314 50 132 0 24 421 122 54
Binary 1111010 10100 11001100 101000 1011010 0 10100 100010001 1010010 101100

Color Harmonies of #7A14CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A14CC

Black with #7A14CC

Text Example


Text Example

White with #7A14CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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