Html Css Color HEX #25074F Violent Violet

📋 copy color: '#25074F'

red 37 ◦ green 7 ◦ blue 79

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

Shades of Violent Violet #25074F

Tints of Violent Violet #25074F

RGB

 RED value IS 37 (14.84% from 255) = 30.08%

 GREEN value IS 7 (3.13% from 255) = 5.69%

 BLUE value IS 79 (31.25% from 255) = 64.23%

R = 30.08%
G = 5.69%
B = 64.23%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25074F (or 0x25074F) is known color: Violent Violet. HEX triplet: 25, 07 and 4F. RGB value is (37,7,79). Sum of RGB (Red+Green+Blue) = 37+7+79=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #25074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25074F is #DAF8B0. Grayscale: #171717. Windows color (decimal): -14350513 or 5179173. OLE color: 5179173.

HSL color Cylindrical-coordinate representation of color #25074F: hue angle of 265º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25074F is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 7 79 -
CMYK 0.53 0.91 0 0.69
HSL 265º 0.84% 0.17% -
HSV(B) 265º 0.91% 0.31% -
XYZ 2.25 1.11 7.49 -
YUV 24.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 37 7 79 0.53 0.91 0 0.69 265 0.84 0.17
Hex 25 7 4F 35 5B 0 45 109 54 11
Octal 45 7 117 65 133 0 105 411 124 21
Binary 100101 111 1001111 110101 1011011 0 1000101 100001001 1010100 10001

Color Harmonies of #25074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25074F

Black with #25074F

Text Example


Text Example

White with #25074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25074F; }

 p { color: rgb(37,7,79); }

 H1.HeaderClassName
 {
   color: #25074F;
 }
 .AnyTagClassName
 {
   color: #25074F;
 }
</style>

background-color css

<style>
 a { background-color: #25074F; }

 a { background-color: rgb(37,7,79); }

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

border-color css

<style>
 span { border-color: #25074F; }

 span { border-color: rgb(37,7,79); }

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