Html Css Color HEX #4104BC Purple Heart

📋 copy color: '#4104BC'

red 65 ◦ green 4 ◦ blue 188

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

Shades of Purple Heart #4104BC

Tints of Purple Heart #4104BC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 188 (73.83% from 255) = 73.15%

R = 25.29%
G = 1.56%
B = 73.15%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4104BC (or 0x4104BC) is known color: Purple Heart. HEX triplet: 41, 04 and BC. RGB value is (65,4,188). Sum of RGB (Red+Green+Blue) = 65+4+188=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #4104BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4104BC is #BEFB43. Grayscale: #2A2A2A. Windows color (decimal): -12516164 or 12321857. OLE color: 12321857.

HSL color Cylindrical-coordinate representation of color #4104BC: hue angle of 259.89º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4104BC is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 4 188 -
CMYK 0.65 0.98 0 0.26
HSL 259.89º 0.96% 0.38% -
HSV(B) 259.89º 0.98% 0.74% -
XYZ 11.3 4.84 47.92 -
YUV 43.22 209.71 143.54 -
System Red Green Blue C M Y K H S L
Decimal 65 4 188 0.65 0.98 0 0.26 259.89 0.96 0.38
Hex 41 4 BC 41 62 0 1A 104 60 26
Octal 101 4 274 101 142 0 32 404 140 46
Binary 1000001 100 10111100 1000001 1100010 0 11010 100000100 1100000 100110

Color Harmonies of #4104BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4104BC

Black with #4104BC

Text Example


Text Example

White with #4104BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4104BC; }

 p { color: rgb(65,4,188); }

 H1.HeaderClassName
 {
   color: #4104BC;
 }
 .AnyTagClassName
 {
   color: #4104BC;
 }
</style>

background-color css

<style>
 a { background-color: #4104BC; }

 a { background-color: rgb(65,4,188); }

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

border-color css

<style>
 span { border-color: #4104BC; }

 span { border-color: rgb(65,4,188); }

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