Html Css Color HEX #4321CC Purple Heart

📋 copy color: '#4321CC'

red 67 ◦ green 33 ◦ blue 204

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

Shades of Purple Heart #4321CC

Tints of Purple Heart #4321CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.86%

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

R = 22.04%
G = 10.86%
B = 67.11%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4321CC (or 0x4321CC) is known color: Purple Heart. HEX triplet: 43, 21 and CC. RGB value is (67,33,204). Sum of RGB (Red+Green+Blue) = 67+33+204=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #4321CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4321CC is #BCDE33. Grayscale: #3E3E3E. Windows color (decimal): -12377652 or 13377859. OLE color: 13377859.

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

Color convert

RGB 67 33 204 -
CMYK 0.67 0.84 0 0.2
HSL 251.93º 0.72% 0.46% -
HSV(B) 251.93º 0.84% 0.8% -
XYZ 13.76 6.64 57.68 -
YUV 62.66 207.76 131.1 -
System Red Green Blue C M Y K H S L
Decimal 67 33 204 0.67 0.84 0 0.2 251.93 0.72 0.46
Hex 43 21 CC 43 54 0 14 FC 48 2E
Octal 103 41 314 103 124 0 24 374 110 56
Binary 1000011 100001 11001100 1000011 1010100 0 10100 11111100 1001000 101110

Color Harmonies of #4321CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4321CC

Black with #4321CC

Text Example


Text Example

White with #4321CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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