Html Css Color HEX #4127BD Purple Heart

📋 copy color: '#4127BD'

red 65 ◦ green 39 ◦ blue 189

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

Shades of Purple Heart #4127BD

Tints of Purple Heart #4127BD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.31%

 BLUE value IS 189 (74.22% from 255) = 64.51%

R = 22.18%
G = 13.31%
B = 64.51%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4127BD (or 0x4127BD) is known color: Purple Heart. HEX triplet: 41, 27 and BD. RGB value is (65,39,189). Sum of RGB (Red+Green+Blue) = 65+39+189=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #4127BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4127BD is #BED842. Grayscale: #3F3F3F. Windows color (decimal): -12507203 or 12396353. OLE color: 12396353.

HSL color Cylindrical-coordinate representation of color #4127BD: hue angle of 250.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4127BD is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 39 189 -
CMYK 0.66 0.79 0 0.26
HSL 250.4º 0.66% 0.45% -
HSV(B) 250.4º 0.79% 0.74% -
XYZ 12.09 6.25 48.71 -
YUV 63.87 198.61 128.8 -
System Red Green Blue C M Y K H S L
Decimal 65 39 189 0.66 0.79 0 0.26 250.4 0.66 0.45
Hex 41 27 BD 42 4F 0 1A FA 42 2D
Octal 101 47 275 102 117 0 32 372 102 55
Binary 1000001 100111 10111101 1000010 1001111 0 11010 11111010 1000010 101101

Color Harmonies of #4127BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4127BD

Black with #4127BD

Text Example


Text Example

White with #4127BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4127BD; }

 p { color: rgb(65,39,189); }

 H1.HeaderClassName
 {
   color: #4127BD;
 }
 .AnyTagClassName
 {
   color: #4127BD;
 }
</style>

background-color css

<style>
 a { background-color: #4127BD; }

 a { background-color: rgb(65,39,189); }

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

border-color css

<style>
 span { border-color: #4127BD; }

 span { border-color: rgb(65,39,189); }

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