Html Css Color HEX #6038BA Purple Heart

📋 copy color: '#6038BA'

red 96 ◦ green 56 ◦ blue 186

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

Shades of Purple Heart #6038BA

Tints of Purple Heart #6038BA

RGB

 RED value IS 96 (37.89% from 255) = 28.4%

 GREEN value IS 56 (22.27% from 255) = 16.57%

 BLUE value IS 186 (73.05% from 255) = 55.03%

R = 28.4%
G = 16.57%
B = 55.03%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6038BA (or 0x6038BA) is known color: Purple Heart. HEX triplet: 60, 38 and BA. RGB value is (96,56,186). Sum of RGB (Red+Green+Blue) = 96+56+186=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #6038BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6038BA is #9FC745. Grayscale: #525252. Windows color (decimal): -10471238 or 12204128. OLE color: 12204128.

HSL color Cylindrical-coordinate representation of color #6038BA: hue angle of 258.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6038BA is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 56 186 -
CMYK 0.48 0.70 0 0.27
HSL 258.46º 0.54% 0.47% -
HSV(B) 258.46º 0.7% 0.73% -
XYZ 15.1 8.86 47.37 -
YUV 82.78 186.25 137.43 -
System Red Green Blue C M Y K H S L
Decimal 96 56 186 0.48 0.70 0 0.27 258.46 0.54 0.47
Hex 60 38 BA 30 46 0 1B 102 36 2F
Octal 140 70 272 60 106 0 33 402 66 57
Binary 1100000 111000 10111010 110000 1000110 0 11011 100000010 110110 101111

Color Harmonies of #6038BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6038BA

Black with #6038BA

Text Example


Text Example

White with #6038BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6038BA; }

 p { color: rgb(96,56,186); }

 H1.HeaderClassName
 {
   color: #6038BA;
 }
 .AnyTagClassName
 {
   color: #6038BA;
 }
</style>

background-color css

<style>
 a { background-color: #6038BA; }

 a { background-color: rgb(96,56,186); }

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

border-color css

<style>
 span { border-color: #6038BA; }

 span { border-color: rgb(96,56,186); }

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