Html Css Color HEX #4B1CCD Purple Heart

📋 copy color: '#4B1CCD'

red 75 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #4B1CCD

Tints of Purple Heart #4B1CCD

RGB

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

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

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

R = 24.35%
G = 9.09%
B = 66.56%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B1CCD (or 0x4B1CCD) is known color: Purple Heart. HEX triplet: 4B, 1C and CD. RGB value is (75,28,205). Sum of RGB (Red+Green+Blue) = 75+28+205=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B1CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1CCD is #B4E332. Grayscale: #3D3D3D. Windows color (decimal): -11854643 or 13442123. OLE color: 13442123.

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

Color convert

RGB 75 28 205 -
CMYK 0.63 0.86 0 0.20
HSL 255.93º 0.76% 0.46% -
HSV(B) 255.93º 0.86% 0.8% -
XYZ 14.34 6.73 58.3 -
YUV 62.23 208.57 137.11 -
System Red Green Blue C M Y K H S L
Decimal 75 28 205 0.63 0.86 0 0.20 255.93 0.76 0.46
Hex 4B 1C CD 3F 56 0 14 100 4C 2E
Octal 113 34 315 77 126 0 24 400 114 56
Binary 1001011 11100 11001101 111111 1010110 0 10100 100000000 1001100 101110

Color Harmonies of #4B1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1CCD

Black with #4B1CCD

Text Example


Text Example

White with #4B1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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