Html Css Color HEX #6825BF Purple Heart

📋 copy color: '#6825BF'

red 104 ◦ green 37 ◦ blue 191

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

Shades of Purple Heart #6825BF

Tints of Purple Heart #6825BF

RGB

 RED value IS 104 (41.02% from 255) = 31.33%

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

 BLUE value IS 191 (75% from 255) = 57.53%

R = 31.33%
G = 11.14%
B = 57.53%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6825BF (or 0x6825BF) is known color: Purple Heart. HEX triplet: 68, 25 and BF. RGB value is (104,37,191). Sum of RGB (Red+Green+Blue) = 104+37+191=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #6825BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6825BF is #97DA40. Grayscale: #4A4A4A. Windows color (decimal): -9951809 or 12526952. OLE color: 12526952.

HSL color Cylindrical-coordinate representation of color #6825BF: hue angle of 266.1º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6825BF is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 37 191 -
CMYK 0.46 0.81 0 0.25
HSL 266.1º 0.68% 0.45% -
HSV(B) 266.1º 0.81% 0.75% -
XYZ 15.77 8.03 50.01 -
YUV 74.59 193.7 148.98 -
System Red Green Blue C M Y K H S L
Decimal 104 37 191 0.46 0.81 0 0.25 266.1 0.68 0.45
Hex 68 25 BF 2E 51 0 19 10A 44 2D
Octal 150 45 277 56 121 0 31 412 104 55
Binary 1101000 100101 10111111 101110 1010001 0 11001 100001010 1000100 101101

Color Harmonies of #6825BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6825BF

Black with #6825BF

Text Example


Text Example

White with #6825BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6825BF; }

 p { color: rgb(104,37,191); }

 H1.HeaderClassName
 {
   color: #6825BF;
 }
 .AnyTagClassName
 {
   color: #6825BF;
 }
</style>

background-color css

<style>
 a { background-color: #6825BF; }

 a { background-color: rgb(104,37,191); }

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

border-color css

<style>
 span { border-color: #6825BF; }

 span { border-color: rgb(104,37,191); }

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