Html Css Color HEX #4430BA Purple Heart

📋 copy color: '#4430BA'

red 68 ◦ green 48 ◦ blue 186

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

Shades of Purple Heart #4430BA

Tints of Purple Heart #4430BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.89%

 BLUE value IS 186 (73.05% from 255) = 61.59%

R = 22.52%
G = 15.89%
B = 61.59%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4430BA (or 0x4430BA) is known color: Purple Heart. HEX triplet: 44, 30 and BA. RGB value is (68,48,186). Sum of RGB (Red+Green+Blue) = 68+48+186=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #4430BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4430BA is #BBCF45. Grayscale: #454545. Windows color (decimal): -12308294 or 12202052. OLE color: 12202052.

HSL color Cylindrical-coordinate representation of color #4430BA: hue angle of 248.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4430BA is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 48 186 -
CMYK 0.63 0.74 0 0.27
HSL 248.7º 0.59% 0.46% -
HSV(B) 248.7º 0.74% 0.73% -
XYZ 12.3 6.89 47.14 -
YUV 69.71 193.63 126.78 -
System Red Green Blue C M Y K H S L
Decimal 68 48 186 0.63 0.74 0 0.27 248.7 0.59 0.46
Hex 44 30 BA 3F 4A 0 1B F9 3B 2E
Octal 104 60 272 77 112 0 33 371 73 56
Binary 1000100 110000 10111010 111111 1001010 0 11011 11111001 111011 101110

Color Harmonies of #4430BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4430BA

Black with #4430BA

Text Example


Text Example

White with #4430BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4430BA; }

 p { color: rgb(68,48,186); }

 H1.HeaderClassName
 {
   color: #4430BA;
 }
 .AnyTagClassName
 {
   color: #4430BA;
 }
</style>

background-color css

<style>
 a { background-color: #4430BA; }

 a { background-color: rgb(68,48,186); }

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

border-color css

<style>
 span { border-color: #4430BA; }

 span { border-color: rgb(68,48,186); }

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