Html Css Color HEX #613BBC Purple Heart

📋 copy color: '#613BBC'

red 97 ◦ green 59 ◦ blue 188

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

Shades of Purple Heart #613BBC

Tints of Purple Heart #613BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.65%

R = 28.2%
G = 17.15%
B = 54.65%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#613BBC (or 0x613BBC) is known color: Purple Heart. HEX triplet: 61, 3B and BC. RGB value is (97,59,188). Sum of RGB (Red+Green+Blue) = 97+59+188=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #613BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BBC is #9EC443. Grayscale: #545454. Windows color (decimal): -10404932 or 12335969. OLE color: 12335969.

HSL color Cylindrical-coordinate representation of color #613BBC: hue angle of 257.67º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613BBC is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 59 188 -
CMYK 0.48 0.69 0 0.26
HSL 257.67º 0.52% 0.48% -
HSV(B) 257.67º 0.69% 0.74% -
XYZ 15.57 9.3 48.55 -
YUV 85.07 186.09 136.51 -
System Red Green Blue C M Y K H S L
Decimal 97 59 188 0.48 0.69 0 0.26 257.67 0.52 0.48
Hex 61 3B BC 30 45 0 1A 102 34 30
Octal 141 73 274 60 105 0 32 402 64 60
Binary 1100001 111011 10111100 110000 1000101 0 11010 100000010 110100 110000

Color Harmonies of #613BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613BBC

Black with #613BBC

Text Example


Text Example

White with #613BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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