Html Css Color HEX #4025BE Purple Heart

📋 copy color: '#4025BE'

red 64 ◦ green 37 ◦ blue 190

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

Shades of Purple Heart #4025BE

Tints of Purple Heart #4025BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.29%

R = 21.99%
G = 12.71%
B = 65.29%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4025BE (or 0x4025BE) is known color: Purple Heart. HEX triplet: 40, 25 and BE. RGB value is (64,37,190). Sum of RGB (Red+Green+Blue) = 64+37+190=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #4025BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4025BE is #BFDA41. Grayscale: #3D3D3D. Windows color (decimal): -12573250 or 12461376. OLE color: 12461376.

HSL color Cylindrical-coordinate representation of color #4025BE: hue angle of 250.59º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4025BE is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 37 190 -
CMYK 0.66 0.81 0 0.25
HSL 250.59º 0.67% 0.45% -
HSV(B) 250.59º 0.81% 0.75% -
XYZ 12.07 6.13 49.26 -
YUV 62.52 199.95 129.06 -
System Red Green Blue C M Y K H S L
Decimal 64 37 190 0.66 0.81 0 0.25 250.59 0.67 0.45
Hex 40 25 BE 42 51 0 19 FB 43 2D
Octal 100 45 276 102 121 0 31 373 103 55
Binary 1000000 100101 10111110 1000010 1010001 0 11001 11111011 1000011 101101

Color Harmonies of #4025BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4025BE

Black with #4025BE

Text Example


Text Example

White with #4025BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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