Html Css Color HEX #442ACB Purple Heart

📋 copy color: '#442ACB'

red 68 ◦ green 42 ◦ blue 203

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

Shades of Purple Heart #442ACB

Tints of Purple Heart #442ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.42%

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

R = 21.73%
G = 13.42%
B = 64.86%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#442ACB (or 0x442ACB) is known color: Purple Heart. HEX triplet: 44, 2A and CB. RGB value is (68,42,203). Sum of RGB (Red+Green+Blue) = 68+42+203=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #442ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ACB is #BBD534. Grayscale: #434343. Windows color (decimal): -12309813 or 13314628. OLE color: 13314628.

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

Color convert

RGB 68 42 203 -
CMYK 0.67 0.79 0 0.20
HSL 249.69º 0.66% 0.48% -
HSV(B) 249.69º 0.79% 0.8% -
XYZ 13.99 7.2 57.15 -
YUV 68.13 204.11 127.91 -
System Red Green Blue C M Y K H S L
Decimal 68 42 203 0.67 0.79 0 0.20 249.69 0.66 0.48
Hex 44 2A CB 43 4F 0 14 FA 42 30
Octal 104 52 313 103 117 0 24 372 102 60
Binary 1000100 101010 11001011 1000011 1001111 0 10100 11111010 1000010 110000

Color Harmonies of #442ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442ACB

Black with #442ACB

Text Example


Text Example

White with #442ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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