Html Css Color HEX #6B37BC Purple Heart

📋 copy color: '#6B37BC'

red 107 ◦ green 55 ◦ blue 188

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

Shades of Purple Heart #6B37BC

Tints of Purple Heart #6B37BC

RGB

 RED value IS 107 (42.19% from 255) = 30.57%

 GREEN value IS 55 (21.88% from 255) = 15.71%

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

R = 30.57%
G = 15.71%
B = 53.71%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6B37BC (or 0x6B37BC) is known color: Purple Heart. HEX triplet: 6B, 37 and BC. RGB value is (107,55,188). Sum of RGB (Red+Green+Blue) = 107+55+188=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B37BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B37BC is #94C843. Grayscale: #555555. Windows color (decimal): -9750596 or 12334955. OLE color: 12334955.

HSL color Cylindrical-coordinate representation of color #6B37BC: hue angle of 263.46º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B37BC is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 55 188 -
CMYK 0.43 0.71 0 0.26
HSL 263.46º 0.55% 0.48% -
HSV(B) 263.46º 0.71% 0.74% -
XYZ 16.51 9.49 48.54 -
YUV 85.71 185.73 143.19 -
System Red Green Blue C M Y K H S L
Decimal 107 55 188 0.43 0.71 0 0.26 263.46 0.55 0.48
Hex 6B 37 BC 2B 47 0 1A 107 37 30
Octal 153 67 274 53 107 0 32 407 67 60
Binary 1101011 110111 10111100 101011 1000111 0 11010 100000111 110111 110000

Color Harmonies of #6B37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B37BC

Black with #6B37BC

Text Example


Text Example

White with #6B37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B37BC; }

 p { color: rgb(107,55,188); }

 H1.HeaderClassName
 {
   color: #6B37BC;
 }
 .AnyTagClassName
 {
   color: #6B37BC;
 }
</style>

background-color css

<style>
 a { background-color: #6B37BC; }

 a { background-color: rgb(107,55,188); }

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

border-color css

<style>
 span { border-color: #6B37BC; }

 span { border-color: rgb(107,55,188); }

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