Html Css Color HEX #4331BD Purple Heart

📋 copy color: '#4331BD'

red 67 ◦ green 49 ◦ blue 189

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

Shades of Purple Heart #4331BD

Tints of Purple Heart #4331BD

RGB

 RED value IS 67 (26.56% from 255) = 21.97%

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

 BLUE value IS 189 (74.22% from 255) = 61.97%

R = 21.97%
G = 16.07%
B = 61.97%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4331BD (or 0x4331BD) is known color: Purple Heart. HEX triplet: 43, 31 and BD. RGB value is (67,49,189). Sum of RGB (Red+Green+Blue) = 67+49+189=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #4331BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4331BD is #BCCE42. Grayscale: #454545. Windows color (decimal): -12373571 or 12398915. OLE color: 12398915.

HSL color Cylindrical-coordinate representation of color #4331BD: hue angle of 247.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4331BD is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 49 189 -
CMYK 0.65 0.74 0 0.26
HSL 247.71º 0.59% 0.47% -
HSV(B) 247.71º 0.74% 0.74% -
XYZ 12.6 7.06 48.84 -
YUV 70.34 194.96 125.62 -
System Red Green Blue C M Y K H S L
Decimal 67 49 189 0.65 0.74 0 0.26 247.71 0.59 0.47
Hex 43 31 BD 41 4A 0 1A F8 3B 2F
Octal 103 61 275 101 112 0 32 370 73 57
Binary 1000011 110001 10111101 1000001 1001010 0 11010 11111000 111011 101111

Color Harmonies of #4331BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4331BD

Black with #4331BD

Text Example


Text Example

White with #4331BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4331BD; }

 p { color: rgb(67,49,189); }

 H1.HeaderClassName
 {
   color: #4331BD;
 }
 .AnyTagClassName
 {
   color: #4331BD;
 }
</style>

background-color css

<style>
 a { background-color: #4331BD; }

 a { background-color: rgb(67,49,189); }

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

border-color css

<style>
 span { border-color: #4331BD; }

 span { border-color: rgb(67,49,189); }

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