Html Css Color HEX #7D67B4 Deluge

📋 copy color: '#7D67B4'

red 125 ◦ green 103 ◦ blue 180

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

Shades of Deluge #7D67B4

Tints of Deluge #7D67B4

RGB

 RED value IS 125 (49.22% from 255) = 30.64%

 GREEN value IS 103 (40.63% from 255) = 25.25%

 BLUE value IS 180 (70.7% from 255) = 44.12%

R = 30.64%
G = 25.25%
B = 44.12%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7D67B4 (or 0x7D67B4) is known color: Deluge. HEX triplet: 7D, 67 and B4. RGB value is (125,103,180). Sum of RGB (Red+Green+Blue) = 125+103+180=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 180 - color contains mainly: blue. Hex color #7D67B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D67B4 is #82984B. Grayscale: #767676. Windows color (decimal): -8558668 or 11822973. OLE color: 11822973.

HSL color Cylindrical-coordinate representation of color #7D67B4: hue angle of 257.14º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D67B4 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 103 180 -
CMYK 0.31 0.43 0 0.29
HSL 257.14º 0.34% 0.55% -
HSV(B) 257.14º 0.43% 0.71% -
XYZ 21.55 17.36 45.39 -
YUV 118.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 125 103 180 0.31 0.43 0 0.29 257.14 0.34 0.55
Hex 7D 67 B4 1F 2B 0 1D 101 22 37
Octal 175 147 264 37 53 0 35 401 42 67
Binary 1111101 1100111 10110100 11111 101011 0 11101 100000001 100010 110111

Color Harmonies of #7D67B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D67B4

Black with #7D67B4

Text Example


Text Example

White with #7D67B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D67B4; }

 p { color: rgb(125,103,180); }

 H1.HeaderClassName
 {
   color: #7D67B4;
 }
 .AnyTagClassName
 {
   color: #7D67B4;
 }
</style>

background-color css

<style>
 a { background-color: #7D67B4; }

 a { background-color: rgb(125,103,180); }

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

border-color css

<style>
 span { border-color: #7D67B4; }

 span { border-color: rgb(125,103,180); }

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