Html Css Color HEX #6A1FBA Purple Heart

📋 copy color: '#6A1FBA'

red 106 ◦ green 31 ◦ blue 186

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

Shades of Purple Heart #6A1FBA

Tints of Purple Heart #6A1FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.6%

 BLUE value IS 186 (73.05% from 255) = 57.59%

R = 32.82%
G = 9.6%
B = 57.59%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6A1FBA (or 0x6A1FBA) is known color: Purple Heart. HEX triplet: 6A, 1F and BA. RGB value is (106,31,186). Sum of RGB (Red+Green+Blue) = 106+31+186=323 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.82% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A1FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A1FBA is #95E045. Grayscale: #464646. Windows color (decimal): -9822278 or 12197738. OLE color: 12197738.

HSL color Cylindrical-coordinate representation of color #6A1FBA: hue angle of 269.03º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A1FBA is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 31 186 -
CMYK 0.43 0.83 0 0.27
HSL 269.03º 0.71% 0.43% -
HSV(B) 269.03º 0.83% 0.73% -
XYZ 15.3 7.59 47.11 -
YUV 71.1 192.85 152.9 -
System Red Green Blue C M Y K H S L
Decimal 106 31 186 0.43 0.83 0 0.27 269.03 0.71 0.43
Hex 6A 1F BA 2B 53 0 1B 10D 47 2B
Octal 152 37 272 53 123 0 33 415 107 53
Binary 1101010 11111 10111010 101011 1010011 0 11011 100001101 1000111 101011

Color Harmonies of #6A1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1FBA

Black with #6A1FBA

Text Example


Text Example

White with #6A1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,31,186); }

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

background-color css

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

 a { background-color: rgb(106,31,186); }

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

border-color css

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

 span { border-color: rgb(106,31,186); }

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