Html Css Color HEX #613CCB Purple Heart

📋 copy color: '#613CCB'

red 97 ◦ green 60 ◦ blue 203

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

Shades of Purple Heart #613CCB

Tints of Purple Heart #613CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.39%

R = 26.94%
G = 16.67%
B = 56.39%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#613CCB (or 0x613CCB) is known color: Purple Heart. HEX triplet: 61, 3C and CB. RGB value is (97,60,203). Sum of RGB (Red+Green+Blue) = 97+60+203=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #613CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CCB is #9EC334. Grayscale: #565656. Windows color (decimal): -10404661 or 13319265. OLE color: 13319265.

HSL color Cylindrical-coordinate representation of color #613CCB: hue angle of 255.52º degrees, saturation: 0.58, 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 #613CCB is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 60 203 -
CMYK 0.52 0.70 0 0.20
HSL 255.52º 0.58% 0.52% -
HSV(B) 255.52º 0.7% 0.8% -
XYZ 17.33 10.08 57.53 -
YUV 87.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 97 60 203 0.52 0.70 0 0.20 255.52 0.58 0.52
Hex 61 3C CB 34 46 0 14 100 3A 34
Octal 141 74 313 64 106 0 24 400 72 64
Binary 1100001 111100 11001011 110100 1000110 0 10100 100000000 111010 110100

Color Harmonies of #613CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613CCB

Black with #613CCB

Text Example


Text Example

White with #613CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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