Html Css Color HEX #442CCB Purple Heart

📋 copy color: '#442CCB'

red 68 ◦ green 44 ◦ blue 203

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

Shades of Purple Heart #442CCB

Tints of Purple Heart #442CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.44%

R = 21.59%
G = 13.97%
B = 64.44%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#442CCB (or 0x442CCB) is known color: Purple Heart. HEX triplet: 44, 2C and CB. RGB value is (68,44,203). Sum of RGB (Red+Green+Blue) = 68+44+203=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #442CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442CCB is #BBD334. Grayscale: #444444. Windows color (decimal): -12309301 or 13315140. OLE color: 13315140.

HSL color Cylindrical-coordinate representation of color #442CCB: hue angle of 249.06º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #442CCB is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 44 203 -
CMYK 0.67 0.78 0 0.20
HSL 249.06º 0.64% 0.48% -
HSV(B) 249.06º 0.78% 0.8% -
XYZ 14.06 7.34 57.18 -
YUV 69.3 203.45 127.07 -
System Red Green Blue C M Y K H S L
Decimal 68 44 203 0.67 0.78 0 0.20 249.06 0.64 0.48
Hex 44 2C CB 43 4E 0 14 F9 40 30
Octal 104 54 313 103 116 0 24 371 100 60
Binary 1000100 101100 11001011 1000011 1001110 0 10100 11111001 1000000 110000

Color Harmonies of #442CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442CCB

Black with #442CCB

Text Example


Text Example

White with #442CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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