Html Css Color HEX #4334BD Purple Heart

📋 copy color: '#4334BD'

red 67 ◦ green 52 ◦ blue 189

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

Shades of Purple Heart #4334BD

Tints of Purple Heart #4334BD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

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

R = 21.75%
G = 16.88%
B = 61.36%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4334BD (or 0x4334BD) is known color: Purple Heart. HEX triplet: 43, 34 and BD. RGB value is (67,52,189). Sum of RGB (Red+Green+Blue) = 67+52+189=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #4334BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4334BD is #BCCB42. Grayscale: #474747. Windows color (decimal): -12372803 or 12399683. OLE color: 12399683.

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

Color convert

RGB 67 52 189 -
CMYK 0.65 0.72 0 0.26
HSL 246.57º 0.57% 0.47% -
HSV(B) 246.57º 0.72% 0.74% -
XYZ 12.73 7.32 48.89 -
YUV 72.1 193.97 124.36 -
System Red Green Blue C M Y K H S L
Decimal 67 52 189 0.65 0.72 0 0.26 246.57 0.57 0.47
Hex 43 34 BD 41 48 0 1A F7 39 2F
Octal 103 64 275 101 110 0 32 367 71 57
Binary 1000011 110100 10111101 1000001 1001000 0 11010 11110111 111001 101111

Color Harmonies of #4334BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4334BD

Black with #4334BD

Text Example


Text Example

White with #4334BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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