Html Css Color HEX #441CBE Purple Heart

📋 copy color: '#441CBE'

red 68 ◦ green 28 ◦ blue 190

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

Shades of Purple Heart #441CBE

Tints of Purple Heart #441CBE

RGB

 RED value IS 68 (26.95% from 255) = 23.78%

 GREEN value IS 28 (11.33% from 255) = 9.79%

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

R = 23.78%
G = 9.79%
B = 66.43%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#441CBE (or 0x441CBE) is known color: Purple Heart. HEX triplet: 44, 1C and BE. RGB value is (68,28,190). Sum of RGB (Red+Green+Blue) = 68+28+190=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #441CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441CBE is #BBE341. Grayscale: #393939. Windows color (decimal): -12313410 or 12459076. OLE color: 12459076.

HSL color Cylindrical-coordinate representation of color #441CBE: hue angle of 254.81º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441CBE is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 28 190 -
CMYK 0.64 0.85 0 0.25
HSL 254.81º 0.74% 0.43% -
HSV(B) 254.81º 0.85% 0.75% -
XYZ 12.09 5.78 49.19 -
YUV 58.43 202.25 134.83 -
System Red Green Blue C M Y K H S L
Decimal 68 28 190 0.64 0.85 0 0.25 254.81 0.74 0.43
Hex 44 1C BE 40 55 0 19 FF 4A 2B
Octal 104 34 276 100 125 0 31 377 112 53
Binary 1000100 11100 10111110 1000000 1010101 0 11001 11111111 1001010 101011

Color Harmonies of #441CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441CBE

Black with #441CBE

Text Example


Text Example

White with #441CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441CBE; }

 p { color: rgb(68,28,190); }

 H1.HeaderClassName
 {
   color: #441CBE;
 }
 .AnyTagClassName
 {
   color: #441CBE;
 }
</style>

background-color css

<style>
 a { background-color: #441CBE; }

 a { background-color: rgb(68,28,190); }

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

border-color css

<style>
 span { border-color: #441CBE; }

 span { border-color: rgb(68,28,190); }

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