Html Css Color HEX #4C33CF Purple Heart

📋 copy color: '#4C33CF'

red 76 ◦ green 51 ◦ blue 207

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

Shades of Purple Heart #4C33CF

Tints of Purple Heart #4C33CF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.27%

 BLUE value IS 207 (81.25% from 255) = 61.98%

R = 22.75%
G = 15.27%
B = 61.98%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C33CF (or 0x4C33CF) is known color: Purple Heart. HEX triplet: 4C, 33 and CF. RGB value is (76,51,207). Sum of RGB (Red+Green+Blue) = 76+51+207=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C33CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C33CF is #B3CC30. Grayscale: #4B4B4B. Windows color (decimal): -11783217 or 13579084. OLE color: 13579084.

HSL color Cylindrical-coordinate representation of color #4C33CF: hue angle of 249.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C33CF is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 51 207 -
CMYK 0.63 0.75 0 0.19
HSL 249.62º 0.62% 0.51% -
HSV(B) 249.62º 0.75% 0.81% -
XYZ 15.43 8.41 59.84 -
YUV 76.26 201.78 127.82 -
System Red Green Blue C M Y K H S L
Decimal 76 51 207 0.63 0.75 0 0.19 249.62 0.62 0.51
Hex 4C 33 CF 3F 4B 0 13 FA 3E 33
Octal 114 63 317 77 113 0 23 372 76 63
Binary 1001100 110011 11001111 111111 1001011 0 10011 11111010 111110 110011

Color Harmonies of #4C33CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C33CF

Black with #4C33CF

Text Example


Text Example

White with #4C33CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,51,207); }

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

background-color css

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

 a { background-color: rgb(76,51,207); }

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

border-color css

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

 span { border-color: rgb(76,51,207); }

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