Html Css Color HEX #25064E Violent Violet

📋 copy color: '#25064E'

red 37 ◦ green 6 ◦ blue 78

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

Shades of Violent Violet #25064E

Tints of Violent Violet #25064E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.96%

 BLUE value IS 78 (30.86% from 255) = 64.46%

R = 30.58%
G = 4.96%
B = 64.46%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25064E (or 0x25064E) is known color: Violent Violet. HEX triplet: 25, 06 and 4E. RGB value is (37,6,78). Sum of RGB (Red+Green+Blue) = 37+6+78=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #25064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25064E is #DAF9B1. Grayscale: #171717. Windows color (decimal): -14350770 or 5113381. OLE color: 5113381.

HSL color Cylindrical-coordinate representation of color #25064E: hue angle of 265.83º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25064E is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 6 78 -
CMYK 0.53 0.92 0 0.69
HSL 265.83º 0.86% 0.16% -
HSV(B) 265.83º 0.92% 0.31% -
XYZ 2.2 1.07 7.3 -
YUV 23.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 37 6 78 0.53 0.92 0 0.69 265.83 0.86 0.16
Hex 25 6 4E 35 5C 0 45 10A 56 10
Octal 45 6 116 65 134 0 105 412 126 20
Binary 100101 110 1001110 110101 1011100 0 1000101 100001010 1010110 10000

Color Harmonies of #25064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25064E

Black with #25064E

Text Example


Text Example

White with #25064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25064E; }

 p { color: rgb(37,6,78); }

 H1.HeaderClassName
 {
   color: #25064E;
 }
 .AnyTagClassName
 {
   color: #25064E;
 }
</style>

background-color css

<style>
 a { background-color: #25064E; }

 a { background-color: rgb(37,6,78); }

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

border-color css

<style>
 span { border-color: #25064E; }

 span { border-color: rgb(37,6,78); }

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