Html Css Color HEX #6A37B4 Purple Heart

📋 copy color: '#6A37B4'

red 106 ◦ green 55 ◦ blue 180

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

Shades of Purple Heart #6A37B4

Tints of Purple Heart #6A37B4

RGB

 RED value IS 106 (41.8% from 255) = 31.09%

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

 BLUE value IS 180 (70.7% from 255) = 52.79%

R = 31.09%
G = 16.13%
B = 52.79%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6A37B4 (or 0x6A37B4) is known color: Purple Heart. HEX triplet: 6A, 37 and B4. RGB value is (106,55,180). Sum of RGB (Red+Green+Blue) = 106+55+180=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #6A37B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A37B4 is #95C84B. Grayscale: #545454. Windows color (decimal): -9816140 or 11810666. OLE color: 11810666.

HSL color Cylindrical-coordinate representation of color #6A37B4: hue angle of 264.48º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A37B4 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 106 55 180 -
CMYK 0.41 0.69 0 0.29
HSL 264.48º 0.53% 0.46% -
HSV(B) 264.48º 0.69% 0.71% -
XYZ 15.55 9.09 44.12 -
YUV 84.5 181.9 143.34 -
System Red Green Blue C M Y K H S L
Decimal 106 55 180 0.41 0.69 0 0.29 264.48 0.53 0.46
Hex 6A 37 B4 29 45 0 1D 108 35 2E
Octal 152 67 264 51 105 0 35 410 65 56
Binary 1101010 110111 10110100 101001 1000101 0 11101 100001000 110101 101110

Color Harmonies of #6A37B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A37B4

Black with #6A37B4

Text Example


Text Example

White with #6A37B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,55,180); }

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

background-color css

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

 a { background-color: rgb(106,55,180); }

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

border-color css

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

 span { border-color: rgb(106,55,180); }

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