Html Css Color HEX #6B1FAA Purple Heart

📋 copy color: '#6B1FAA'

red 107 ◦ green 31 ◦ blue 170

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

Shades of Purple Heart #6B1FAA

Tints of Purple Heart #6B1FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.19%

R = 34.74%
G = 10.06%
B = 55.19%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B1FAA (or 0x6B1FAA) is known color: Purple Heart. HEX triplet: 6B, 1F and AA. RGB value is (107,31,170). Sum of RGB (Red+Green+Blue) = 107+31+170=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B1FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1FAA is #94E055. Grayscale: #454545. Windows color (decimal): -9756758 or 11149163. OLE color: 11149163.

HSL color Cylindrical-coordinate representation of color #6B1FAA: hue angle of 272.81º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1FAA is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 31 170 -
CMYK 0.37 0.82 0 0.33
HSL 272.81º 0.69% 0.39% -
HSV(B) 272.81º 0.82% 0.67% -
XYZ 13.81 7.01 38.66 -
YUV 69.57 184.68 154.7 -
System Red Green Blue C M Y K H S L
Decimal 107 31 170 0.37 0.82 0 0.33 272.81 0.69 0.39
Hex 6B 1F AA 25 52 0 21 111 45 27
Octal 153 37 252 45 122 0 41 421 105 47
Binary 1101011 11111 10101010 100101 1010010 0 100001 100010001 1000101 100111

Color Harmonies of #6B1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1FAA

Black with #6B1FAA

Text Example


Text Example

White with #6B1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,31,170); }

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

background-color css

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

 a { background-color: rgb(107,31,170); }

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

border-color css

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

 span { border-color: rgb(107,31,170); }

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