Html Css Color HEX #6824BF Purple Heart

📋 copy color: '#6824BF'

red 104 ◦ green 36 ◦ blue 191

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

Shades of Purple Heart #6824BF

Tints of Purple Heart #6824BF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.88%

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

R = 31.42%
G = 10.88%
B = 57.7%

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

#6824BF (or 0x6824BF) is known color: Purple Heart. HEX triplet: 68, 24 and BF. RGB value is (104,36,191). Sum of RGB (Red+Green+Blue) = 104+36+191=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #6824BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6824BF is #97DB40. Grayscale: #494949. Windows color (decimal): -9952065 or 12526696. OLE color: 12526696.

HSL color Cylindrical-coordinate representation of color #6824BF: hue angle of 266.32º 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 #6824BF is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 36 191 -
CMYK 0.46 0.81 0 0.25
HSL 266.32º 0.68% 0.45% -
HSV(B) 266.32º 0.81% 0.75% -
XYZ 15.74 7.97 50 -
YUV 74 194.03 149.4 -
System Red Green Blue C M Y K H S L
Decimal 104 36 191 0.46 0.81 0 0.25 266.32 0.68 0.45
Hex 68 24 BF 2E 51 0 19 10A 44 2D
Octal 150 44 277 56 121 0 31 412 104 55
Binary 1101000 100100 10111111 101110 1010001 0 11001 100001010 1000100 101101

Color Harmonies of #6824BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6824BF

Black with #6824BF

Text Example


Text Example

White with #6824BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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