Html Css Color HEX #3613C6 Purple Heart

📋 copy color: '#3613C6'

red 54 ◦ green 19 ◦ blue 198

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

Shades of Purple Heart #3613C6

Tints of Purple Heart #3613C6

RGB

 RED value IS 54 (21.48% from 255) = 19.93%

 GREEN value IS 19 (7.81% from 255) = 7.01%

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

R = 19.93%
G = 7.01%
B = 73.06%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3613C6 (or 0x3613C6) is known color: Purple Heart. HEX triplet: 36, 13 and C6. RGB value is (54,19,198). Sum of RGB (Red+Green+Blue) = 54+19+198=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 198 (77.73% from 255 or 73.06% from 271); Max value from RGB is 198 - color contains mainly: blue. Hex color #3613C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3613C6 is #C9EC39. Grayscale: #313131. Windows color (decimal): -13233210 or 12981046. OLE color: 12981046.

HSL color Cylindrical-coordinate representation of color #3613C6: hue angle of 251.73º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3613C6 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 19 198 -
CMYK 0.73 0.90 0 0.22
HSL 251.73º 0.82% 0.43% -
HSV(B) 251.73º 0.9% 0.78% -
XYZ 11.95 5.33 53.82 -
YUV 49.87 211.6 130.95 -
System Red Green Blue C M Y K H S L
Decimal 54 19 198 0.73 0.90 0 0.22 251.73 0.82 0.43
Hex 36 13 C6 49 5A 0 16 FC 52 2B
Octal 66 23 306 111 132 0 26 374 122 53
Binary 110110 10011 11000110 1001001 1011010 0 10110 11111100 1010010 101011

Color Harmonies of #3613C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3613C6

Black with #3613C6

Text Example


Text Example

White with #3613C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3613C6; }

 p { color: rgb(54,19,198); }

 H1.HeaderClassName
 {
   color: #3613C6;
 }
 .AnyTagClassName
 {
   color: #3613C6;
 }
</style>

background-color css

<style>
 a { background-color: #3613C6; }

 a { background-color: rgb(54,19,198); }

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

border-color css

<style>
 span { border-color: #3613C6; }

 span { border-color: rgb(54,19,198); }

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