Html Css Color HEX #6726CF Purple Heart

📋 copy color: '#6726CF'

red 103 ◦ green 38 ◦ blue 207

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

Shades of Purple Heart #6726CF

Tints of Purple Heart #6726CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.48%

R = 29.6%
G = 10.92%
B = 59.48%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6726CF (or 0x6726CF) is known color: Purple Heart. HEX triplet: 67, 26 and CF. RGB value is (103,38,207). Sum of RGB (Red+Green+Blue) = 103+38+207=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #6726CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6726CF is #98D930. Grayscale: #4C4C4C. Windows color (decimal): -10017073 or 13575783. OLE color: 13575783.

HSL color Cylindrical-coordinate representation of color #6726CF: hue angle of 263.08º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6726CF is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 38 207 -
CMYK 0.50 0.82 0 0.19
HSL 263.08º 0.69% 0.48% -
HSV(B) 263.08º 0.82% 0.81% -
XYZ 17.55 8.77 59.8 -
YUV 76.7 201.53 146.76 -
System Red Green Blue C M Y K H S L
Decimal 103 38 207 0.50 0.82 0 0.19 263.08 0.69 0.48
Hex 67 26 CF 32 52 0 13 107 45 30
Octal 147 46 317 62 122 0 23 407 105 60
Binary 1100111 100110 11001111 110010 1010010 0 10011 100000111 1000101 110000

Color Harmonies of #6726CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6726CF

Black with #6726CF

Text Example


Text Example

White with #6726CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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