Html Css Color HEX #4331CC Purple Heart

📋 copy color: '#4331CC'

red 67 ◦ green 49 ◦ blue 204

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

Shades of Purple Heart #4331CC

Tints of Purple Heart #4331CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.75%

R = 20.94%
G = 15.31%
B = 63.75%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4331CC (or 0x4331CC) is known color: Purple Heart. HEX triplet: 43, 31 and CC. RGB value is (67,49,204). Sum of RGB (Red+Green+Blue) = 67+49+204=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #4331CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4331CC is #BCCE33. Grayscale: #474747. Windows color (decimal): -12373556 or 13381955. OLE color: 13381955.

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

Color convert

RGB 67 49 204 -
CMYK 0.67 0.76 0 0.2
HSL 246.97º 0.61% 0.5% -
HSV(B) 246.97º 0.76% 0.8% -
XYZ 14.31 7.75 57.87 -
YUV 72.05 202.46 124.4 -
System Red Green Blue C M Y K H S L
Decimal 67 49 204 0.67 0.76 0 0.2 246.97 0.61 0.5
Hex 43 31 CC 43 4C 0 14 F7 3D 32
Octal 103 61 314 103 114 0 24 367 75 62
Binary 1000011 110001 11001100 1000011 1001100 0 10100 11110111 111101 110010

Color Harmonies of #4331CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4331CC

Black with #4331CC

Text Example


Text Example

White with #4331CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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