Html Css Color HEX #6B25BA Purple Heart

📋 copy color: '#6B25BA'

red 107 ◦ green 37 ◦ blue 186

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

Shades of Purple Heart #6B25BA

Tints of Purple Heart #6B25BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

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

R = 32.42%
G = 11.21%
B = 56.36%

CMYK

 C value IS 0.42

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B25BA (or 0x6B25BA) is known color: Purple Heart. HEX triplet: 6B, 25 and BA. RGB value is (107,37,186). Sum of RGB (Red+Green+Blue) = 107+37+186=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B25BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B25BA is #94DA45. Grayscale: #4A4A4A. Windows color (decimal): -9755206 or 12199275. OLE color: 12199275.

HSL color Cylindrical-coordinate representation of color #6B25BA: hue angle of 268.19º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B25BA is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 37 186 -
CMYK 0.42 0.80 0 0.27
HSL 268.19º 0.67% 0.44% -
HSV(B) 268.19º 0.8% 0.73% -
XYZ 15.59 7.99 47.18 -
YUV 74.92 190.69 150.88 -
System Red Green Blue C M Y K H S L
Decimal 107 37 186 0.42 0.80 0 0.27 268.19 0.67 0.44
Hex 6B 25 BA 2A 50 0 1B 10C 43 2C
Octal 153 45 272 52 120 0 33 414 103 54
Binary 1101011 100101 10111010 101010 1010000 0 11011 100001100 1000011 101100

Color Harmonies of #6B25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B25BA

Black with #6B25BA

Text Example


Text Example

White with #6B25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,37,186); }

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

background-color css

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

 a { background-color: rgb(107,37,186); }

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

border-color css

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

 span { border-color: rgb(107,37,186); }

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