Html Css Color HEX #613BCC Purple Heart

📋 copy color: '#613BCC'

red 97 ◦ green 59 ◦ blue 204

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

Shades of Purple Heart #613BCC

Tints of Purple Heart #613BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.39%

 BLUE value IS 204 (80.08% from 255) = 56.67%

R = 26.94%
G = 16.39%
B = 56.67%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#613BCC (or 0x613BCC) is known color: Purple Heart. HEX triplet: 61, 3B and CC. RGB value is (97,59,204). Sum of RGB (Red+Green+Blue) = 97+59+204=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #613BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BCC is #9EC433. Grayscale: #565656. Windows color (decimal): -10404916 or 13384545. OLE color: 13384545.

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

Color convert

RGB 97 59 204 -
CMYK 0.52 0.71 0 0.2
HSL 255.72º 0.59% 0.52% -
HSV(B) 255.72º 0.71% 0.8% -
XYZ 17.39 10.03 58.15 -
YUV 86.89 194.09 135.21 -
System Red Green Blue C M Y K H S L
Decimal 97 59 204 0.52 0.71 0 0.2 255.72 0.59 0.52
Hex 61 3B CC 34 47 0 14 100 3B 34
Octal 141 73 314 64 107 0 24 400 73 64
Binary 1100001 111011 11001100 110100 1000111 0 10100 100000000 111011 110100

Color Harmonies of #613BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613BCC

Black with #613BCC

Text Example


Text Example

White with #613BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,59,204); }

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

background-color css

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

 a { background-color: rgb(97,59,204); }

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

border-color css

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

 span { border-color: rgb(97,59,204); }

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