Html Css Color HEX #4B13CF Purple Heart

📋 copy color: '#4B13CF'

red 75 ◦ green 19 ◦ blue 207

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

Shades of Purple Heart #4B13CF

Tints of Purple Heart #4B13CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.31%

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

R = 24.92%
G = 6.31%
B = 68.77%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B13CF (or 0x4B13CF) is known color: Purple Heart. HEX triplet: 4B, 13 and CF. RGB value is (75,19,207). Sum of RGB (Red+Green+Blue) = 75+19+207=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B13CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B13CF is #B4EC30. Grayscale: #383838. Windows color (decimal): -11856945 or 13570891. OLE color: 13570891.

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

Color convert

RGB 75 19 207 -
CMYK 0.64 0.91 0 0.19
HSL 257.87º 0.83% 0.44% -
HSV(B) 257.87º 0.91% 0.81% -
XYZ 14.4 6.47 59.52 -
YUV 57.18 212.55 140.71 -
System Red Green Blue C M Y K H S L
Decimal 75 19 207 0.64 0.91 0 0.19 257.87 0.83 0.44
Hex 4B 13 CF 40 5B 0 13 102 53 2C
Octal 113 23 317 100 133 0 23 402 123 54
Binary 1001011 10011 11001111 1000000 1011011 0 10011 100000010 1010011 101100

Color Harmonies of #4B13CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B13CF

Black with #4B13CF

Text Example


Text Example

White with #4B13CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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