Html Css Color HEX #4426BC Purple Heart

📋 copy color: '#4426BC'

red 68 ◦ green 38 ◦ blue 188

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

Shades of Purple Heart #4426BC

Tints of Purple Heart #4426BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

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

R = 23.13%
G = 12.93%
B = 63.95%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4426BC (or 0x4426BC) is known color: Purple Heart. HEX triplet: 44, 26 and BC. RGB value is (68,38,188). Sum of RGB (Red+Green+Blue) = 68+38+188=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #4426BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4426BC is #BBD943. Grayscale: #3F3F3F. Windows color (decimal): -12310852 or 12330564. OLE color: 12330564.

HSL color Cylindrical-coordinate representation of color #4426BC: hue angle of 252º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4426BC is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 38 188 -
CMYK 0.64 0.80 0 0.26
HSL 252º 0.66% 0.44% -
HSV(B) 252º 0.8% 0.74% -
XYZ 12.15 6.25 48.14 -
YUV 64.07 197.94 130.8 -
System Red Green Blue C M Y K H S L
Decimal 68 38 188 0.64 0.80 0 0.26 252 0.66 0.44
Hex 44 26 BC 40 50 0 1A FC 42 2C
Octal 104 46 274 100 120 0 32 374 102 54
Binary 1000100 100110 10111100 1000000 1010000 0 11010 11111100 1000010 101100

Color Harmonies of #4426BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4426BC

Black with #4426BC

Text Example


Text Example

White with #4426BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4426BC; }

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

 H1.HeaderClassName
 {
   color: #4426BC;
 }
 .AnyTagClassName
 {
   color: #4426BC;
 }
</style>

background-color css

<style>
 a { background-color: #4426BC; }

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

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

border-color css

<style>
 span { border-color: #4426BC; }

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

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