Html Css Color HEX #4B10CF Purple Heart

📋 copy color: '#4B10CF'

red 75 ◦ green 16 ◦ blue 207

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

Shades of Purple Heart #4B10CF

Tints of Purple Heart #4B10CF

RGB

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

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

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

R = 25.17%
G = 5.37%
B = 69.46%

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

#4B10CF (or 0x4B10CF) is known color: Purple Heart. HEX triplet: 4B, 10 and CF. RGB value is (75,16,207). Sum of RGB (Red+Green+Blue) = 75+16+207=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B10CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B10CF is #B4EF30. Grayscale: #363636. Windows color (decimal): -11857713 or 13570123. OLE color: 13570123.

HSL color Cylindrical-coordinate representation of color #4B10CF: hue angle of 258.53º 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 #4B10CF is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 16 207 -
CMYK 0.64 0.92 0 0.19
HSL 258.53º 0.86% 0.44% -
HSV(B) 258.53º 0.92% 0.81% -
XYZ 14.35 6.37 59.51 -
YUV 55.42 213.55 141.97 -
System Red Green Blue C M Y K H S L
Decimal 75 16 207 0.64 0.92 0 0.19 258.53 0.86 0.44
Hex 4B 10 CF 40 5C 0 13 103 56 2C
Octal 113 20 317 100 134 0 23 403 126 54
Binary 1001011 10000 11001111 1000000 1011100 0 10011 100000011 1010110 101100

Color Harmonies of #4B10CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B10CF

Black with #4B10CF

Text Example


Text Example

White with #4B10CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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