Html Css Color HEX #613DCE Purple Heart

📋 copy color: '#613DCE'

red 97 ◦ green 61 ◦ blue 206

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

Shades of Purple Heart #613DCE

Tints of Purple Heart #613DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 26.65%
G = 16.76%
B = 56.59%

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

#613DCE (or 0x613DCE) is known color: Purple Heart. HEX triplet: 61, 3D and CE. RGB value is (97,61,206). Sum of RGB (Red+Green+Blue) = 97+61+206=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #613DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613DCE is #9EC231. Grayscale: #575757. Windows color (decimal): -10404402 or 13516129. OLE color: 13516129.

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

Color convert

RGB 97 61 206 -
CMYK 0.53 0.70 0 0.19
HSL 254.9º 0.6% 0.52% -
HSV(B) 254.9º 0.7% 0.81% -
XYZ 17.74 10.34 59.45 -
YUV 88.29 194.43 134.21 -
System Red Green Blue C M Y K H S L
Decimal 97 61 206 0.53 0.70 0 0.19 254.9 0.6 0.52
Hex 61 3D CE 35 46 0 13 FF 3C 34
Octal 141 75 316 65 106 0 23 377 74 64
Binary 1100001 111101 11001110 110101 1000110 0 10011 11111111 111100 110100

Color Harmonies of #613DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DCE

Black with #613DCE

Text Example


Text Example

White with #613DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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