Html Css Color HEX #4431CB Purple Heart

📋 copy color: '#4431CB'

red 68 ◦ green 49 ◦ blue 203

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

Shades of Purple Heart #4431CB

Tints of Purple Heart #4431CB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.31%

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

R = 21.25%
G = 15.31%
B = 63.44%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4431CB (or 0x4431CB) is known color: Purple Heart. HEX triplet: 44, 31 and CB. RGB value is (68,49,203). Sum of RGB (Red+Green+Blue) = 68+49+203=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #4431CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4431CB is #BBCE34. Grayscale: #474747. Windows color (decimal): -12308021 or 13316420. OLE color: 13316420.

HSL color Cylindrical-coordinate representation of color #4431CB: hue angle of 247.4º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4431CB is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 49 203 -
CMYK 0.67 0.76 0 0.20
HSL 247.4º 0.61% 0.49% -
HSV(B) 247.4º 0.76% 0.8% -
XYZ 14.26 7.74 57.24 -
YUV 72.24 201.79 124.98 -
System Red Green Blue C M Y K H S L
Decimal 68 49 203 0.67 0.76 0 0.20 247.4 0.61 0.49
Hex 44 31 CB 43 4C 0 14 F7 3D 31
Octal 104 61 313 103 114 0 24 367 75 61
Binary 1000100 110001 11001011 1000011 1001100 0 10100 11110111 111101 110001

Color Harmonies of #4431CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4431CB

Black with #4431CB

Text Example


Text Example

White with #4431CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4431CB; }

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

 H1.HeaderClassName
 {
   color: #4431CB;
 }
 .AnyTagClassName
 {
   color: #4431CB;
 }
</style>

background-color css

<style>
 a { background-color: #4431CB; }

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

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

border-color css

<style>
 span { border-color: #4431CB; }

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

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