Html Css Color HEX #4025B2 Purple Heart

📋 copy color: '#4025B2'

red 64 ◦ green 37 ◦ blue 178

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

Shades of Purple Heart #4025B2

Tints of Purple Heart #4025B2

RGB

 RED value IS 64 (25.39% from 255) = 22.94%

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

 BLUE value IS 178 (69.92% from 255) = 63.8%

R = 22.94%
G = 13.26%
B = 63.8%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4025B2 (or 0x4025B2) is known color: Purple Heart. HEX triplet: 40, 25 and B2. RGB value is (64,37,178). Sum of RGB (Red+Green+Blue) = 64+37+178=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 178 (69.92% from 255 or 63.80% from 279); Max value from RGB is 178 - color contains mainly: blue. Hex color #4025B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4025B2 is #BFDA4D. Grayscale: #3C3C3C. Windows color (decimal): -12573262 or 11674944. OLE color: 11674944.

HSL color Cylindrical-coordinate representation of color #4025B2: hue angle of 251.49º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4025B2 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 37 178 -
CMYK 0.64 0.79 0 0.30
HSL 251.49º 0.66% 0.42% -
HSV(B) 251.49º 0.79% 0.7% -
XYZ 10.81 5.63 42.64 -
YUV 61.15 193.95 130.04 -
System Red Green Blue C M Y K H S L
Decimal 64 37 178 0.64 0.79 0 0.30 251.49 0.66 0.42
Hex 40 25 B2 40 4F 0 1E FB 42 2A
Octal 100 45 262 100 117 0 36 373 102 52
Binary 1000000 100101 10110010 1000000 1001111 0 11110 11111011 1000010 101010

Color Harmonies of #4025B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4025B2

Black with #4025B2

Text Example


Text Example

White with #4025B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4025B2; }

 p { color: rgb(64,37,178); }

 H1.HeaderClassName
 {
   color: #4025B2;
 }
 .AnyTagClassName
 {
   color: #4025B2;
 }
</style>

background-color css

<style>
 a { background-color: #4025B2; }

 a { background-color: rgb(64,37,178); }

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

border-color css

<style>
 span { border-color: #4025B2; }

 span { border-color: rgb(64,37,178); }

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