Html Css Color HEX #360DC5 Purple Heart

📋 copy color: '#360DC5'

red 54 ◦ green 13 ◦ blue 197

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

Shades of Purple Heart #360DC5

Tints of Purple Heart #360DC5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.92%

 BLUE value IS 197 (77.34% from 255) = 74.62%

R = 20.45%
G = 4.92%
B = 74.62%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#360DC5 (or 0x360DC5) is known color: Purple Heart. HEX triplet: 36, 0D and C5. RGB value is (54,13,197). Sum of RGB (Red+Green+Blue) = 54+13+197=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 197 (77.34% from 255 or 74.62% from 264); Max value from RGB is 197 - color contains mainly: blue. Hex color #360DC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DC5 is #C9F23A. Grayscale: #2D2D2D. Windows color (decimal): -13234747 or 12913974. OLE color: 12913974.

HSL color Cylindrical-coordinate representation of color #360DC5: hue angle of 253.37º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360DC5 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 54 13 197 -
CMYK 0.73 0.93 0 0.23
HSL 253.37º 0.88% 0.41% -
HSV(B) 253.37º 0.93% 0.77% -
XYZ 11.74 5.1 53.19 -
YUV 46.24 213.08 133.54 -
System Red Green Blue C M Y K H S L
Decimal 54 13 197 0.73 0.93 0 0.23 253.37 0.88 0.41
Hex 36 D C5 49 5D 0 17 FD 58 29
Octal 66 15 305 111 135 0 27 375 130 51
Binary 110110 1101 11000101 1001001 1011101 0 10111 11111101 1011000 101001

Color Harmonies of #360DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360DC5

Black with #360DC5

Text Example


Text Example

White with #360DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360DC5; }

 p { color: rgb(54,13,197); }

 H1.HeaderClassName
 {
   color: #360DC5;
 }
 .AnyTagClassName
 {
   color: #360DC5;
 }
</style>

background-color css

<style>
 a { background-color: #360DC5; }

 a { background-color: rgb(54,13,197); }

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

border-color css

<style>
 span { border-color: #360DC5; }

 span { border-color: rgb(54,13,197); }

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