Html Css Color HEX #4B10CE Purple Heart

📋 copy color: '#4B10CE'

red 75 ◦ green 16 ◦ blue 206

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

Shades of Purple Heart #4B10CE

Tints of Purple Heart #4B10CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.39%

 BLUE value IS 206 (80.86% from 255) = 69.36%

R = 25.25%
G = 5.39%
B = 69.36%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B10CE (or 0x4B10CE) is known color: Purple Heart. HEX triplet: 4B, 10 and CE. RGB value is (75,16,206). Sum of RGB (Red+Green+Blue) = 75+16+206=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B10CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B10CE is #B4EF31. Grayscale: #363636. Windows color (decimal): -11857714 or 13504587. OLE color: 13504587.

HSL color Cylindrical-coordinate representation of color #4B10CE: hue angle of 258.63º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B10CE is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 16 206 -
CMYK 0.64 0.92 0 0.19
HSL 258.63º 0.86% 0.44% -
HSV(B) 258.63º 0.92% 0.81% -
XYZ 14.23 6.32 58.86 -
YUV 55.3 213.05 142.05 -
System Red Green Blue C M Y K H S L
Decimal 75 16 206 0.64 0.92 0 0.19 258.63 0.86 0.44
Hex 4B 10 CE 40 5C 0 13 103 56 2C
Octal 113 20 316 100 134 0 23 403 126 54
Binary 1001011 10000 11001110 1000000 1011100 0 10011 100000011 1010110 101100

Color Harmonies of #4B10CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B10CE

Black with #4B10CE

Text Example


Text Example

White with #4B10CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,16,206); }

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

background-color css

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

 a { background-color: rgb(75,16,206); }

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

border-color css

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

 span { border-color: rgb(75,16,206); }

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