Html Css Color HEX #6138BC Purple Heart

📋 copy color: '#6138BC'

red 97 ◦ green 56 ◦ blue 188

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

Shades of Purple Heart #6138BC

Tints of Purple Heart #6138BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.13%

R = 28.45%
G = 16.42%
B = 55.13%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6138BC (or 0x6138BC) is known color: Purple Heart. HEX triplet: 61, 38 and BC. RGB value is (97,56,188). Sum of RGB (Red+Green+Blue) = 97+56+188=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #6138BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6138BC is #9EC743. Grayscale: #525252. Windows color (decimal): -10405700 or 12335201. OLE color: 12335201.

HSL color Cylindrical-coordinate representation of color #6138BC: hue angle of 258.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6138BC is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 56 188 -
CMYK 0.48 0.70 0 0.26
HSL 258.64º 0.54% 0.48% -
HSV(B) 258.64º 0.7% 0.74% -
XYZ 15.42 9 48.5 -
YUV 83.31 187.08 137.77 -
System Red Green Blue C M Y K H S L
Decimal 97 56 188 0.48 0.70 0 0.26 258.64 0.54 0.48
Hex 61 38 BC 30 46 0 1A 103 36 30
Octal 141 70 274 60 106 0 32 403 66 60
Binary 1100001 111000 10111100 110000 1000110 0 11010 100000011 110110 110000

Color Harmonies of #6138BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6138BC

Black with #6138BC

Text Example


Text Example

White with #6138BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6138BC; }

 p { color: rgb(97,56,188); }

 H1.HeaderClassName
 {
   color: #6138BC;
 }
 .AnyTagClassName
 {
   color: #6138BC;
 }
</style>

background-color css

<style>
 a { background-color: #6138BC; }

 a { background-color: rgb(97,56,188); }

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

border-color css

<style>
 span { border-color: #6138BC; }

 span { border-color: rgb(97,56,188); }

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