Html Css Color HEX #613ECF Purple Heart

📋 copy color: '#613ECF'

red 97 ◦ green 62 ◦ blue 207

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

Shades of Purple Heart #613ECF

Tints of Purple Heart #613ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.94%

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

R = 26.5%
G = 16.94%
B = 56.56%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#613ECF (or 0x613ECF) is known color: Purple Heart. HEX triplet: 61, 3E and CF. RGB value is (97,62,207). Sum of RGB (Red+Green+Blue) = 97+62+207=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #613ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ECF is #9EC130. Grayscale: #585858. Windows color (decimal): -10404145 or 13581921. OLE color: 13581921.

HSL color Cylindrical-coordinate representation of color #613ECF: hue angle of 254.48º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #613ECF is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 62 207 -
CMYK 0.53 0.70 0 0.19
HSL 254.48º 0.6% 0.53% -
HSV(B) 254.48º 0.7% 0.81% -
XYZ 17.91 10.49 60.11 -
YUV 89 194.6 133.71 -
System Red Green Blue C M Y K H S L
Decimal 97 62 207 0.53 0.70 0 0.19 254.48 0.6 0.53
Hex 61 3E CF 35 46 0 13 FE 3C 35
Octal 141 76 317 65 106 0 23 376 74 65
Binary 1100001 111110 11001111 110101 1000110 0 10011 11111110 111100 110101

Color Harmonies of #613ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613ECF

Black with #613ECF

Text Example


Text Example

White with #613ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613ECF; }

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

 H1.HeaderClassName
 {
   color: #613ECF;
 }
 .AnyTagClassName
 {
   color: #613ECF;
 }
</style>

background-color css

<style>
 a { background-color: #613ECF; }

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

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

border-color css

<style>
 span { border-color: #613ECF; }

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

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