Html Css Color HEX #4125BE Purple Heart

📋 copy color: '#4125BE'

red 65 ◦ green 37 ◦ blue 190

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

Shades of Purple Heart #4125BE

Tints of Purple Heart #4125BE

RGB

 RED value IS 65 (25.78% from 255) = 22.26%

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

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

R = 22.26%
G = 12.67%
B = 65.07%

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

#4125BE (or 0x4125BE) is known color: Purple Heart. HEX triplet: 41, 25 and BE. RGB value is (65,37,190). Sum of RGB (Red+Green+Blue) = 65+37+190=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #4125BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4125BE is #BEDA41. Grayscale: #3E3E3E. Windows color (decimal): -12507714 or 12461377. OLE color: 12461377.

HSL color Cylindrical-coordinate representation of color #4125BE: hue angle of 250.98º 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 #4125BE is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 37 190 -
CMYK 0.66 0.81 0 0.25
HSL 250.98º 0.67% 0.45% -
HSV(B) 250.98º 0.81% 0.75% -
XYZ 12.14 6.16 49.27 -
YUV 62.81 199.78 129.56 -
System Red Green Blue C M Y K H S L
Decimal 65 37 190 0.66 0.81 0 0.25 250.98 0.67 0.45
Hex 41 25 BE 42 51 0 19 FB 43 2D
Octal 101 45 276 102 121 0 31 373 103 55
Binary 1000001 100101 10111110 1000010 1010001 0 11001 11111011 1000011 101101

Color Harmonies of #4125BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4125BE

Black with #4125BE

Text Example


Text Example

White with #4125BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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