Html Css Color HEX #6726C8 Purple Heart

📋 copy color: '#6726C8'

red 103 ◦ green 38 ◦ blue 200

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

Shades of Purple Heart #6726C8

Tints of Purple Heart #6726C8

RGB

 RED value IS 103 (40.63% from 255) = 30.21%

 GREEN value IS 38 (15.23% from 255) = 11.14%

 BLUE value IS 200 (78.52% from 255) = 58.65%

R = 30.21%
G = 11.14%
B = 58.65%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6726C8 (or 0x6726C8) is known color: Purple Heart. HEX triplet: 67, 26 and C8. RGB value is (103,38,200). Sum of RGB (Red+Green+Blue) = 103+38+200=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 200 (78.52% from 255 or 58.65% from 341); Max value from RGB is 200 - color contains mainly: blue. Hex color #6726C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6726C8 is #98D937. Grayscale: #4B4B4B. Windows color (decimal): -10017080 or 13117031. OLE color: 13117031.

HSL color Cylindrical-coordinate representation of color #6726C8: hue angle of 264.07º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6726C8 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 103 38 200 -
CMYK 0.48 0.81 0 0.22
HSL 264.07º 0.68% 0.47% -
HSV(B) 264.07º 0.81% 0.78% -
XYZ 16.71 8.44 55.39 -
YUV 75.9 198.03 147.33 -
System Red Green Blue C M Y K H S L
Decimal 103 38 200 0.48 0.81 0 0.22 264.07 0.68 0.47
Hex 67 26 C8 30 51 0 16 108 44 2F
Octal 147 46 310 60 121 0 26 410 104 57
Binary 1100111 100110 11001000 110000 1010001 0 10110 100001000 1000100 101111

Color Harmonies of #6726C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6726C8

Black with #6726C8

Text Example


Text Example

White with #6726C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6726C8; }

 p { color: rgb(103,38,200); }

 H1.HeaderClassName
 {
   color: #6726C8;
 }
 .AnyTagClassName
 {
   color: #6726C8;
 }
</style>

background-color css

<style>
 a { background-color: #6726C8; }

 a { background-color: rgb(103,38,200); }

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

border-color css

<style>
 span { border-color: #6726C8; }

 span { border-color: rgb(103,38,200); }

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