Html Css Color HEX #4127BF Purple Heart

📋 copy color: '#4127BF'

red 65 ◦ green 39 ◦ blue 191

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

Shades of Purple Heart #4127BF

Tints of Purple Heart #4127BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.75%

R = 22.03%
G = 13.22%
B = 64.75%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4127BF (or 0x4127BF) is known color: Purple Heart. HEX triplet: 41, 27 and BF. RGB value is (65,39,191). Sum of RGB (Red+Green+Blue) = 65+39+191=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #4127BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4127BF is #BED840. Grayscale: #3F3F3F. Windows color (decimal): -12507201 or 12527425. OLE color: 12527425.

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

Color convert

RGB 65 39 191 -
CMYK 0.66 0.80 0 0.25
HSL 250.26º 0.66% 0.45% -
HSV(B) 250.26º 0.8% 0.75% -
XYZ 12.31 6.34 49.86 -
YUV 64.1 199.61 128.64 -
System Red Green Blue C M Y K H S L
Decimal 65 39 191 0.66 0.80 0 0.25 250.26 0.66 0.45
Hex 41 27 BF 42 50 0 19 FA 42 2D
Octal 101 47 277 102 120 0 31 372 102 55
Binary 1000001 100111 10111111 1000010 1010000 0 11001 11111010 1000010 101101

Color Harmonies of #4127BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4127BF

Black with #4127BF

Text Example


Text Example

White with #4127BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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