Html Css Color HEX #442BCB Purple Heart

📋 copy color: '#442BCB'

red 68 ◦ green 43 ◦ blue 203

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

Shades of Purple Heart #442BCB

Tints of Purple Heart #442BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

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

R = 21.66%
G = 13.69%
B = 64.65%

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

#442BCB (or 0x442BCB) is known color: Purple Heart. HEX triplet: 44, 2B and CB. RGB value is (68,43,203). Sum of RGB (Red+Green+Blue) = 68+43+203=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #442BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BCB is #BBD434. Grayscale: #444444. Windows color (decimal): -12309557 or 13314884. OLE color: 13314884.

HSL color Cylindrical-coordinate representation of color #442BCB: hue angle of 249.38º degrees, saturation: 0.65, 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 #442BCB is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 43 203 -
CMYK 0.67 0.79 0 0.20
HSL 249.38º 0.65% 0.48% -
HSV(B) 249.38º 0.79% 0.8% -
XYZ 14.03 7.27 57.16 -
YUV 68.72 203.78 127.49 -
System Red Green Blue C M Y K H S L
Decimal 68 43 203 0.67 0.79 0 0.20 249.38 0.65 0.48
Hex 44 2B CB 43 4F 0 14 F9 41 30
Octal 104 53 313 103 117 0 24 371 101 60
Binary 1000100 101011 11001011 1000011 1001111 0 10100 11111001 1000001 110000

Color Harmonies of #442BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442BCB

Black with #442BCB

Text Example


Text Example

White with #442BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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