Html Css Color HEX #7A25CD Blue Violet

📋 copy color: '#7A25CD'

red 122 ◦ green 37 ◦ blue 205

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

Shades of Blue Violet #7A25CD

Tints of Blue Violet #7A25CD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.16%

 BLUE value IS 205 (80.47% from 255) = 56.32%

R = 33.52%
G = 10.16%
B = 56.32%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A25CD (or 0x7A25CD) is known color: Blue Violet. HEX triplet: 7A, 25 and CD. RGB value is (122,37,205). Sum of RGB (Red+Green+Blue) = 122+37+205=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A25CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A25CD is #85DA32. Grayscale: #505050. Windows color (decimal): -8772147 or 13444474. OLE color: 13444474.

HSL color Cylindrical-coordinate representation of color #7A25CD: hue angle of 270.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A25CD is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 37 205 -
CMYK 0.40 0.82 0 0.20
HSL 270.36º 0.69% 0.47% -
HSV(B) 270.36º 0.82% 0.8% -
XYZ 19.71 9.87 58.62 -
YUV 81.57 197.66 156.84 -
System Red Green Blue C M Y K H S L
Decimal 122 37 205 0.40 0.82 0 0.20 270.36 0.69 0.47
Hex 7A 25 CD 28 52 0 14 10E 45 2F
Octal 172 45 315 50 122 0 24 416 105 57
Binary 1111010 100101 11001101 101000 1010010 0 10100 100001110 1000101 101111

Color Harmonies of #7A25CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A25CD

Black with #7A25CD

Text Example


Text Example

White with #7A25CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,37,205); }

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

background-color css

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

 a { background-color: rgb(122,37,205); }

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

border-color css

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

 span { border-color: rgb(122,37,205); }

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