Html Css Color HEX #613DCD Purple Heart

📋 copy color: '#613DCD'

red 97 ◦ green 61 ◦ blue 205

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

Shades of Purple Heart #613DCD

Tints of Purple Heart #613DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.8%

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 26.72%
G = 16.8%
B = 56.47%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#613DCD (or 0x613DCD) is known color: Purple Heart. HEX triplet: 61, 3D and CD. RGB value is (97,61,205). Sum of RGB (Red+Green+Blue) = 97+61+205=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #613DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613DCD is #9EC232. Grayscale: #575757. Windows color (decimal): -10404403 or 13450593. OLE color: 13450593.

HSL color Cylindrical-coordinate representation of color #613DCD: hue angle of 255º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #613DCD is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 61 205 -
CMYK 0.53 0.70 0 0.20
HSL 255º 0.59% 0.52% -
HSV(B) 255º 0.7% 0.8% -
XYZ 17.62 10.29 58.81 -
YUV 88.18 193.93 134.29 -
System Red Green Blue C M Y K H S L
Decimal 97 61 205 0.53 0.70 0 0.20 255 0.59 0.52
Hex 61 3D CD 35 46 0 14 FF 3B 34
Octal 141 75 315 65 106 0 24 377 73 64
Binary 1100001 111101 11001101 110101 1000110 0 10100 11111111 111011 110100

Color Harmonies of #613DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DCD

Black with #613DCD

Text Example


Text Example

White with #613DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,61,205); }

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

background-color css

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

 a { background-color: rgb(97,61,205); }

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

border-color css

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

 span { border-color: rgb(97,61,205); }

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