Html Css Color HEX #613DC6 Purple Heart

📋 copy color: '#613DC6'

red 97 ◦ green 61 ◦ blue 198

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

Shades of Purple Heart #613DC6

Tints of Purple Heart #613DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 55.62%

R = 27.25%
G = 17.13%
B = 55.62%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#613DC6 (or 0x613DC6) is known color: Purple Heart. HEX triplet: 61, 3D and C6. RGB value is (97,61,198). Sum of RGB (Red+Green+Blue) = 97+61+198=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 198 (77.73% from 255 or 55.62% from 356); Max value from RGB is 198 - color contains mainly: blue. Hex color #613DC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613DC6 is #9EC239. Grayscale: #565656. Windows color (decimal): -10404410 or 12991841. OLE color: 12991841.

HSL color Cylindrical-coordinate representation of color #613DC6: hue angle of 255.77º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613DC6 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 61 198 -
CMYK 0.51 0.69 0 0.22
HSL 255.77º 0.55% 0.51% -
HSV(B) 255.77º 0.69% 0.78% -
XYZ 16.79 9.96 54.46 -
YUV 87.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 97 61 198 0.51 0.69 0 0.22 255.77 0.55 0.51
Hex 61 3D C6 33 45 0 16 100 37 33
Octal 141 75 306 63 105 0 26 400 67 63
Binary 1100001 111101 11000110 110011 1000101 0 10110 100000000 110111 110011

Color Harmonies of #613DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DC6

Black with #613DC6

Text Example


Text Example

White with #613DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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