Html Css Color HEX #613CCF Purple Heart

📋 copy color: '#613CCF'

red 97 ◦ green 60 ◦ blue 207

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

Shades of Purple Heart #613CCF

Tints of Purple Heart #613CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.48%

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

R = 26.65%
G = 16.48%
B = 56.87%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#613CCF (or 0x613CCF) is known color: Purple Heart. HEX triplet: 61, 3C and CF. RGB value is (97,60,207). Sum of RGB (Red+Green+Blue) = 97+60+207=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #613CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CCF is #9EC330. Grayscale: #575757. Windows color (decimal): -10404657 or 13581409. OLE color: 13581409.

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

Color convert

RGB 97 60 207 -
CMYK 0.53 0.71 0 0.19
HSL 255.1º 0.6% 0.52% -
HSV(B) 255.1º 0.71% 0.81% -
XYZ 17.81 10.28 60.08 -
YUV 87.82 195.26 134.55 -
System Red Green Blue C M Y K H S L
Decimal 97 60 207 0.53 0.71 0 0.19 255.1 0.6 0.52
Hex 61 3C CF 35 47 0 13 FF 3C 34
Octal 141 74 317 65 107 0 23 377 74 64
Binary 1100001 111100 11001111 110101 1000111 0 10011 11111111 111100 110100

Color Harmonies of #613CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613CCF

Black with #613CCF

Text Example


Text Example

White with #613CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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