Html Css Color HEX #4D1BCA Purple Heart

📋 copy color: '#4D1BCA'

red 77 ◦ green 27 ◦ blue 202

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

Shades of Purple Heart #4D1BCA

Tints of Purple Heart #4D1BCA

RGB

 RED value IS 77 (30.47% from 255) = 25.16%

 GREEN value IS 27 (10.94% from 255) = 8.82%

 BLUE value IS 202 (79.3% from 255) = 66.01%

R = 25.16%
G = 8.82%
B = 66.01%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D1BCA (or 0x4D1BCA) is known color: Purple Heart. HEX triplet: 4D, 1B and CA. RGB value is (77,27,202). Sum of RGB (Red+Green+Blue) = 77+27+202=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D1BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1BCA is #B2E435. Grayscale: #3D3D3D. Windows color (decimal): -11723830 or 13245261. OLE color: 13245261.

HSL color Cylindrical-coordinate representation of color #4D1BCA: hue angle of 257.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1BCA is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 27 202 -
CMYK 0.62 0.87 0 0.21
HSL 257.14º 0.76% 0.45% -
HSV(B) 257.14º 0.87% 0.79% -
XYZ 14.11 6.63 56.41 -
YUV 61.9 207.07 138.77 -
System Red Green Blue C M Y K H S L
Decimal 77 27 202 0.62 0.87 0 0.21 257.14 0.76 0.45
Hex 4D 1B CA 3E 57 0 15 101 4C 2D
Octal 115 33 312 76 127 0 25 401 114 55
Binary 1001101 11011 11001010 111110 1010111 0 10101 100000001 1001100 101101

Color Harmonies of #4D1BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1BCA

Black with #4D1BCA

Text Example


Text Example

White with #4D1BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,27,202); }

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

background-color css

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

 a { background-color: rgb(77,27,202); }

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

border-color css

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

 span { border-color: rgb(77,27,202); }

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