Html Css Color HEX #672F8C Kingfisher Daisy

📋 copy color: '#672F8C'

red 103 ◦ green 47 ◦ blue 140

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

Shades of Kingfisher Daisy #672F8C

Tints of Kingfisher Daisy #672F8C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.21%

 BLUE value IS 140 (55.08% from 255) = 48.28%

R = 35.52%
G = 16.21%
B = 48.28%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#672F8C (or 0x672F8C) is known color: Kingfisher Daisy. HEX triplet: 67, 2F and 8C. RGB value is (103,47,140). Sum of RGB (Red+Green+Blue) = 103+47+140=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #672F8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672F8C is #98D073. Grayscale: #4A4A4A. Windows color (decimal): -10014836 or 9187175. OLE color: 9187175.

HSL color Cylindrical-coordinate representation of color #672F8C: hue angle of 276.13º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #672F8C is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 47 140 -
CMYK 0.26 0.66 0 0.45
HSL 276.13º 0.5% 0.37% -
HSV(B) 276.13º 0.66% 0.55% -
XYZ 11.34 6.81 25.53 -
YUV 74.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 103 47 140 0.26 0.66 0 0.45 276.13 0.5 0.37
Hex 67 2F 8C 1A 42 0 2D 114 32 25
Octal 147 57 214 32 102 0 55 424 62 45
Binary 1100111 101111 10001100 11010 1000010 0 101101 100010100 110010 100101

Color Harmonies of #672F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672F8C

Black with #672F8C

Text Example


Text Example

White with #672F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672F8C; }

 p { color: rgb(103,47,140); }

 H1.HeaderClassName
 {
   color: #672F8C;
 }
 .AnyTagClassName
 {
   color: #672F8C;
 }
</style>

background-color css

<style>
 a { background-color: #672F8C; }

 a { background-color: rgb(103,47,140); }

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

border-color css

<style>
 span { border-color: #672F8C; }

 span { border-color: rgb(103,47,140); }

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