Html Css Color HEX #4101BE Purple Heart

📋 copy color: '#4101BE'

red 65 ◦ green 1 ◦ blue 190

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

Shades of Purple Heart #4101BE

Tints of Purple Heart #4101BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 25.39%
G = 0.39%
B = 74.22%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4101BE (or 0x4101BE) is known color: Purple Heart. HEX triplet: 41, 01 and BE. RGB value is (65,1,190). Sum of RGB (Red+Green+Blue) = 65+1+190=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #4101BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4101BE is #BEFE41. Grayscale: #282828. Windows color (decimal): -12516930 or 12452161. OLE color: 12452161.

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

Color convert

RGB 65 1 190 -
CMYK 0.66 0.99 0 0.25
HSL 260.32º 0.99% 0.37% -
HSV(B) 260.32º 0.99% 0.75% -
XYZ 11.49 4.86 49.05 -
YUV 41.68 211.7 144.63 -
System Red Green Blue C M Y K H S L
Decimal 65 1 190 0.66 0.99 0 0.25 260.32 0.99 0.37
Hex 41 1 BE 42 63 0 19 104 63 25
Octal 101 1 276 102 143 0 31 404 143 45
Binary 1000001 1 10111110 1000010 1100011 0 11001 100000100 1100011 100101

Color Harmonies of #4101BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4101BE

Black with #4101BE

Text Example


Text Example

White with #4101BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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