Html Css Color HEX #6113CF Purple Heart

📋 copy color: '#6113CF'

red 97 ◦ green 19 ◦ blue 207

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

Shades of Purple Heart #6113CF

Tints of Purple Heart #6113CF

RGB

 RED value IS 97 (38.28% from 255) = 30.03%

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

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

R = 30.03%
G = 5.88%
B = 64.09%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6113CF (or 0x6113CF) is known color: Purple Heart. HEX triplet: 61, 13 and CF. RGB value is (97,19,207). Sum of RGB (Red+Green+Blue) = 97+19+207=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #6113CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6113CF is #9EEC30. Grayscale: #3F3F3F. Windows color (decimal): -10415153 or 13570913. OLE color: 13570913.

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

Color convert

RGB 97 19 207 -
CMYK 0.53 0.91 0 0.19
HSL 264.89º 0.83% 0.44% -
HSV(B) 264.89º 0.91% 0.81% -
XYZ 16.43 7.51 59.62 -
YUV 63.75 208.84 151.71 -
System Red Green Blue C M Y K H S L
Decimal 97 19 207 0.53 0.91 0 0.19 264.89 0.83 0.44
Hex 61 13 CF 35 5B 0 13 109 53 2C
Octal 141 23 317 65 133 0 23 411 123 54
Binary 1100001 10011 11001111 110101 1011011 0 10011 100001001 1010011 101100

Color Harmonies of #6113CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6113CF

Black with #6113CF

Text Example


Text Example

White with #6113CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6113CF; }

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

 H1.HeaderClassName
 {
   color: #6113CF;
 }
 .AnyTagClassName
 {
   color: #6113CF;
 }
</style>

background-color css

<style>
 a { background-color: #6113CF; }

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

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

border-color css

<style>
 span { border-color: #6113CF; }

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

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