Html Css Color HEX #442CBC Purple Heart

📋 copy color: '#442CBC'

red 68 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #442CBC

Tints of Purple Heart #442CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.67%

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

R = 22.67%
G = 14.67%
B = 62.67%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#442CBC (or 0x442CBC) is known color: Purple Heart. HEX triplet: 44, 2C and BC. RGB value is (68,44,188). Sum of RGB (Red+Green+Blue) = 68+44+188=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #442CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442CBC is #BBD343. Grayscale: #434343. Windows color (decimal): -12309316 or 12332100. OLE color: 12332100.

HSL color Cylindrical-coordinate representation of color #442CBC: hue angle of 250º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442CBC is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 44 188 -
CMYK 0.64 0.77 0 0.26
HSL 250º 0.62% 0.45% -
HSV(B) 250º 0.77% 0.74% -
XYZ 12.36 6.66 48.21 -
YUV 67.59 195.95 128.29 -
System Red Green Blue C M Y K H S L
Decimal 68 44 188 0.64 0.77 0 0.26 250 0.62 0.45
Hex 44 2C BC 40 4D 0 1A FA 3E 2D
Octal 104 54 274 100 115 0 32 372 76 55
Binary 1000100 101100 10111100 1000000 1001101 0 11010 11111010 111110 101101

Color Harmonies of #442CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442CBC

Black with #442CBC

Text Example


Text Example

White with #442CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442CBC; }

 p { color: rgb(68,44,188); }

 H1.HeaderClassName
 {
   color: #442CBC;
 }
 .AnyTagClassName
 {
   color: #442CBC;
 }
</style>

background-color css

<style>
 a { background-color: #442CBC; }

 a { background-color: rgb(68,44,188); }

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

border-color css

<style>
 span { border-color: #442CBC; }

 span { border-color: rgb(68,44,188); }

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