Html Css Color HEX #4328CD Purple Heart

📋 copy color: '#4328CD'

red 67 ◦ green 40 ◦ blue 205

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

Shades of Purple Heart #4328CD

Tints of Purple Heart #4328CD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

 BLUE value IS 205 (80.47% from 255) = 65.71%

R = 21.47%
G = 12.82%
B = 65.71%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4328CD (or 0x4328CD) is known color: Purple Heart. HEX triplet: 43, 28 and CD. RGB value is (67,40,205). Sum of RGB (Red+Green+Blue) = 67+40+205=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #4328CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4328CD is #BCD732. Grayscale: #424242. Windows color (decimal): -12375859 or 13445187. OLE color: 13445187.

HSL color Cylindrical-coordinate representation of color #4328CD: hue angle of 249.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4328CD is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 40 205 -
CMYK 0.67 0.80 0 0.20
HSL 249.82º 0.67% 0.48% -
HSV(B) 249.82º 0.8% 0.8% -
XYZ 14.09 7.12 58.39 -
YUV 66.88 205.95 128.08 -
System Red Green Blue C M Y K H S L
Decimal 67 40 205 0.67 0.80 0 0.20 249.82 0.67 0.48
Hex 43 28 CD 43 50 0 14 FA 43 30
Octal 103 50 315 103 120 0 24 372 103 60
Binary 1000011 101000 11001101 1000011 1010000 0 10100 11111010 1000011 110000

Color Harmonies of #4328CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4328CD

Black with #4328CD

Text Example


Text Example

White with #4328CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4328CD; }

 p { color: rgb(67,40,205); }

 H1.HeaderClassName
 {
   color: #4328CD;
 }
 .AnyTagClassName
 {
   color: #4328CD;
 }
</style>

background-color css

<style>
 a { background-color: #4328CD; }

 a { background-color: rgb(67,40,205); }

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

border-color css

<style>
 span { border-color: #4328CD; }

 span { border-color: rgb(67,40,205); }

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