Html Css Color HEX #5C13CF Purple Heart

📋 copy color: '#5C13CF'

red 92 ◦ green 19 ◦ blue 207

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

Shades of Purple Heart #5C13CF

Tints of Purple Heart #5C13CF

RGB

 RED value IS 92 (36.33% from 255) = 28.93%

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

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

R = 28.93%
G = 5.97%
B = 65.09%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C13CF (or 0x5C13CF) is known color: Purple Heart. HEX triplet: 5C, 13 and CF. RGB value is (92,19,207). Sum of RGB (Red+Green+Blue) = 92+19+207=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #5C13CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C13CF is #A3EC30. Grayscale: #3D3D3D. Windows color (decimal): -10742833 or 13570908. OLE color: 13570908.

HSL color Cylindrical-coordinate representation of color #5C13CF: hue angle of 263.3º 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 #5C13CF is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 19 207 -
CMYK 0.56 0.91 0 0.19
HSL 263.3º 0.83% 0.44% -
HSV(B) 263.3º 0.91% 0.81% -
XYZ 15.91 7.25 59.59 -
YUV 62.26 209.68 149.21 -
System Red Green Blue C M Y K H S L
Decimal 92 19 207 0.56 0.91 0 0.19 263.3 0.83 0.44
Hex 5C 13 CF 38 5B 0 13 107 53 2C
Octal 134 23 317 70 133 0 23 407 123 54
Binary 1011100 10011 11001111 111000 1011011 0 10011 100000111 1010011 101100

Color Harmonies of #5C13CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C13CF

Black with #5C13CF

Text Example


Text Example

White with #5C13CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C13CF; }

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

 H1.HeaderClassName
 {
   color: #5C13CF;
 }
 .AnyTagClassName
 {
   color: #5C13CF;
 }
</style>

background-color css

<style>
 a { background-color: #5C13CF; }

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

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

border-color css

<style>
 span { border-color: #5C13CF; }

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

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