Html Css Color HEX #6725B6 Purple Heart

📋 copy color: '#6725B6'

red 103 ◦ green 37 ◦ blue 182

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

Shades of Purple Heart #6725B6

Tints of Purple Heart #6725B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 56.52%

R = 31.99%
G = 11.49%
B = 56.52%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6725B6 (or 0x6725B6) is known color: Purple Heart. HEX triplet: 67, 25 and B6. RGB value is (103,37,182). Sum of RGB (Red+Green+Blue) = 103+37+182=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 182 (71.48% from 255 or 56.52% from 322); Max value from RGB is 182 - color contains mainly: blue. Hex color #6725B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6725B6 is #98DA49. Grayscale: #484848. Windows color (decimal): -10017354 or 11937127. OLE color: 11937127.

HSL color Cylindrical-coordinate representation of color #6725B6: hue angle of 267.31º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6725B6 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 103 37 182 -
CMYK 0.43 0.80 0 0.29
HSL 267.31º 0.66% 0.43% -
HSV(B) 267.31º 0.8% 0.71% -
XYZ 14.7 7.58 44.95 -
YUV 73.26 189.37 149.21 -
System Red Green Blue C M Y K H S L
Decimal 103 37 182 0.43 0.80 0 0.29 267.31 0.66 0.43
Hex 67 25 B6 2B 50 0 1D 10B 42 2B
Octal 147 45 266 53 120 0 35 413 102 53
Binary 1100111 100101 10110110 101011 1010000 0 11101 100001011 1000010 101011

Color Harmonies of #6725B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6725B6

Black with #6725B6

Text Example


Text Example

White with #6725B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6725B6; }

 p { color: rgb(103,37,182); }

 H1.HeaderClassName
 {
   color: #6725B6;
 }
 .AnyTagClassName
 {
   color: #6725B6;
 }
</style>

background-color css

<style>
 a { background-color: #6725B6; }

 a { background-color: rgb(103,37,182); }

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

border-color css

<style>
 span { border-color: #6725B6; }

 span { border-color: rgb(103,37,182); }

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