Html Css Color HEX #4B1CCC Purple Heart

📋 copy color: '#4B1CCC'

red 75 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #4B1CCC

Tints of Purple Heart #4B1CCC

RGB

 RED value IS 75 (29.69% from 255) = 24.43%

 GREEN value IS 28 (11.33% from 255) = 9.12%

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

R = 24.43%
G = 9.12%
B = 66.45%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4B1CCC (or 0x4B1CCC) is known color: Purple Heart. HEX triplet: 4B, 1C and CC. RGB value is (75,28,204). Sum of RGB (Red+Green+Blue) = 75+28+204=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B1CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1CCC is #B4E333. Grayscale: #3D3D3D. Windows color (decimal): -11854644 or 13376587. OLE color: 13376587.

HSL color Cylindrical-coordinate representation of color #4B1CCC: hue angle of 256.02º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B1CCC is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 28 204 -
CMYK 0.63 0.86 0 0.2
HSL 256.02º 0.76% 0.45% -
HSV(B) 256.02º 0.86% 0.8% -
XYZ 14.22 6.69 57.67 -
YUV 62.12 208.07 137.19 -
System Red Green Blue C M Y K H S L
Decimal 75 28 204 0.63 0.86 0 0.2 256.02 0.76 0.45
Hex 4B 1C CC 3F 56 0 14 100 4C 2D
Octal 113 34 314 77 126 0 24 400 114 55
Binary 1001011 11100 11001100 111111 1010110 0 10100 100000000 1001100 101101

Color Harmonies of #4B1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1CCC

Black with #4B1CCC

Text Example


Text Example

White with #4B1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B1CCC; }

 p { color: rgb(75,28,204); }

 H1.HeaderClassName
 {
   color: #4B1CCC;
 }
 .AnyTagClassName
 {
   color: #4B1CCC;
 }
</style>

background-color css

<style>
 a { background-color: #4B1CCC; }

 a { background-color: rgb(75,28,204); }

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

border-color css

<style>
 span { border-color: #4B1CCC; }

 span { border-color: rgb(75,28,204); }

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