Html Css Color HEX #6824CD Purple Heart

📋 copy color: '#6824CD'

red 104 ◦ green 36 ◦ blue 205

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

Shades of Purple Heart #6824CD

Tints of Purple Heart #6824CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.42%

R = 30.14%
G = 10.43%
B = 59.42%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6824CD (or 0x6824CD) is known color: Purple Heart. HEX triplet: 68, 24 and CD. RGB value is (104,36,205). Sum of RGB (Red+Green+Blue) = 104+36+205=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #6824CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6824CD is #97DB32. Grayscale: #4A4A4A. Windows color (decimal): -9952051 or 13444200. OLE color: 13444200.

HSL color Cylindrical-coordinate representation of color #6824CD: hue angle of 264.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6824CD is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 36 205 -
CMYK 0.49 0.82 0 0.20
HSL 264.14º 0.7% 0.47% -
HSV(B) 264.14º 0.82% 0.8% -
XYZ 17.36 8.61 58.51 -
YUV 75.6 201.03 148.26 -
System Red Green Blue C M Y K H S L
Decimal 104 36 205 0.49 0.82 0 0.20 264.14 0.7 0.47
Hex 68 24 CD 31 52 0 14 108 46 2F
Octal 150 44 315 61 122 0 24 410 106 57
Binary 1101000 100100 11001101 110001 1010010 0 10100 100001000 1000110 101111

Color Harmonies of #6824CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6824CD

Black with #6824CD

Text Example


Text Example

White with #6824CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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