Html Css Color HEX #6A37DF Purple Heart

📋 copy color: '#6A37DF'

red 106 ◦ green 55 ◦ blue 223

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

Shades of Purple Heart #6A37DF

Tints of Purple Heart #6A37DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.07%

R = 27.6%
G = 14.32%
B = 58.07%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A37DF (or 0x6A37DF) is known color: Purple Heart. HEX triplet: 6A, 37 and DF. RGB value is (106,55,223). Sum of RGB (Red+Green+Blue) = 106+55+223=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A37DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A37DF is #95C820. Grayscale: #585858. Windows color (decimal): -9816097 or 14628714. OLE color: 14628714.

HSL color Cylindrical-coordinate representation of color #6A37DF: hue angle of 258.21º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A37DF is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 55 223 -
CMYK 0.52 0.75 0 0.13
HSL 258.21º 0.72% 0.55% -
HSV(B) 258.21º 0.75% 0.87% -
XYZ 20.63 11.12 70.87 -
YUV 89.4 203.4 139.84 -
System Red Green Blue C M Y K H S L
Decimal 106 55 223 0.52 0.75 0 0.13 258.21 0.72 0.55
Hex 6A 37 DF 34 4B 0 D 102 48 37
Octal 152 67 337 64 113 0 15 402 110 67
Binary 1101010 110111 11011111 110100 1001011 0 1101 100000010 1001000 110111

Color Harmonies of #6A37DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A37DF

Black with #6A37DF

Text Example


Text Example

White with #6A37DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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