Html Css Color HEX #4C05CD Purple Heart

📋 copy color: '#4C05CD'

red 76 ◦ green 5 ◦ blue 205

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

Shades of Purple Heart #4C05CD

Tints of Purple Heart #4C05CD

RGB

 RED value IS 76 (30.08% from 255) = 26.57%

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 26.57%
G = 1.75%
B = 71.68%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C05CD (or 0x4C05CD) is known color: Purple Heart. HEX triplet: 4C, 05 and CD. RGB value is (76,5,205). Sum of RGB (Red+Green+Blue) = 76+5+205=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C05CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C05CD is #B3FA32. Grayscale: #303030. Windows color (decimal): -11794995 or 13436236. OLE color: 13436236.

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

Color convert

RGB 76 5 205 -
CMYK 0.63 0.98 0 0.20
HSL 261.3º 0.95% 0.41% -
HSV(B) 261.3º 0.98% 0.8% -
XYZ 14.05 6.05 58.19 -
YUV 49.03 216.02 147.24 -
System Red Green Blue C M Y K H S L
Decimal 76 5 205 0.63 0.98 0 0.20 261.3 0.95 0.41
Hex 4C 5 CD 3F 62 0 14 105 5F 29
Octal 114 5 315 77 142 0 24 405 137 51
Binary 1001100 101 11001101 111111 1100010 0 10100 100000101 1011111 101001

Color Harmonies of #4C05CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C05CD

Black with #4C05CD

Text Example


Text Example

White with #4C05CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,5,205); }

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

background-color css

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

 a { background-color: rgb(76,5,205); }

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

border-color css

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

 span { border-color: rgb(76,5,205); }

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