Html Css Color HEX #4C30CD Purple Heart

📋 copy color: '#4C30CD'

red 76 ◦ green 48 ◦ blue 205

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

Shades of Purple Heart #4C30CD

Tints of Purple Heart #4C30CD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.59%

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

R = 23.1%
G = 14.59%
B = 62.31%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C30CD (or 0x4C30CD) is known color: Purple Heart. HEX triplet: 4C, 30 and CD. RGB value is (76,48,205). Sum of RGB (Red+Green+Blue) = 76+48+205=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C30CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C30CD is #B3CF32. Grayscale: #494949. Windows color (decimal): -11783987 or 13447244. OLE color: 13447244.

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

Color convert

RGB 76 48 205 -
CMYK 0.63 0.77 0 0.20
HSL 250.7º 0.62% 0.5% -
HSV(B) 250.7º 0.77% 0.8% -
XYZ 15.06 8.06 58.52 -
YUV 74.27 201.78 129.23 -
System Red Green Blue C M Y K H S L
Decimal 76 48 205 0.63 0.77 0 0.20 250.7 0.62 0.5
Hex 4C 30 CD 3F 4D 0 14 FB 3E 32
Octal 114 60 315 77 115 0 24 373 76 62
Binary 1001100 110000 11001101 111111 1001101 0 10100 11111011 111110 110010

Color Harmonies of #4C30CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C30CD

Black with #4C30CD

Text Example


Text Example

White with #4C30CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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