Html Css Color HEX #6A3DD7 Purple Heart

📋 copy color: '#6A3DD7'

red 106 ◦ green 61 ◦ blue 215

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

Shades of Purple Heart #6A3DD7

Tints of Purple Heart #6A3DD7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.97%

 BLUE value IS 215 (84.38% from 255) = 56.28%

R = 27.75%
G = 15.97%
B = 56.28%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6A3DD7 (or 0x6A3DD7) is known color: Purple Heart. HEX triplet: 6A, 3D and D7. RGB value is (106,61,215). Sum of RGB (Red+Green+Blue) = 106+61+215=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 215 (84.38% from 255 or 56.28% from 382); Max value from RGB is 215 - color contains mainly: blue. Hex color #6A3DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3DD7 is #95C228. Grayscale: #5B5B5B. Windows color (decimal): -9814569 or 14105962. OLE color: 14105962.

HSL color Cylindrical-coordinate representation of color #6A3DD7: hue angle of 257.53º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A3DD7 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 106 61 215 -
CMYK 0.51 0.72 0 0.16
HSL 257.53º 0.66% 0.54% -
HSV(B) 257.53º 0.72% 0.84% -
XYZ 19.88 11.31 65.42 -
YUV 92.01 197.41 137.98 -
System Red Green Blue C M Y K H S L
Decimal 106 61 215 0.51 0.72 0 0.16 257.53 0.66 0.54
Hex 6A 3D D7 33 48 0 10 102 42 36
Octal 152 75 327 63 110 0 20 402 102 66
Binary 1101010 111101 11010111 110011 1001000 0 10000 100000010 1000010 110110

Color Harmonies of #6A3DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3DD7

Black with #6A3DD7

Text Example


Text Example

White with #6A3DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,61,215); }

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

background-color css

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

 a { background-color: rgb(106,61,215); }

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

border-color css

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

 span { border-color: rgb(106,61,215); }

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